mtsuruta
10-27-2004, 03:36 AM
Please see that laszlo application display untill number 25 and not untill 30 as expected.
How can i fix it ?
<canvas bgcolor="#ffffff" height="400" width="400">
<window width="200" height="200" x="20" y="20" title="teste1" resizable="true" closeable="true" clip="true">
<view>
<text multiline="true" x="6" height="600" width="150">
<pre>
1
2
3
4
5
6
7
8
9
10
1
2
3
4
5
6
7
7
8
9
20
1
2
3
4
5
6
7
8
9
30
</pre></text>
</view>
<scrollbar axis="y"/>
<scrollbar axis="x"/>
</window>
</canvas>
How can i fix it ?
<canvas bgcolor="#ffffff" height="400" width="400">
<window width="200" height="200" x="20" y="20" title="teste1" resizable="true" closeable="true" clip="true">
<view>
<text multiline="true" x="6" height="600" width="150">
<pre>
1
2
3
4
5
6
7
8
9
10
1
2
3
4
5
6
7
7
8
9
20
1
2
3
4
5
6
7
8
9
30
</pre></text>
</view>
<scrollbar axis="y"/>
<scrollbar axis="x"/>
</window>
</canvas>