jhambley@mac.co
03-30-2004, 07:26 PM
Using the following code, the output to the video tab is trauncated on the right hand side. Can you provide some insight as to why that is happening.
Here is the code:
<canvas bgcolor="#EEEEEE" height="600" width="800">
<dataset name="vs">
<VideoSegments>
<video>
<title>Getting Started with Laszlo</title>
</video>
<video>
<title>Working with Views</title>
</video>
<video>
<title>Laszlo Components</title>
</video>
</VideoSegments>
</dataset>
<window>
<tabslider width="250"
height="200"
spacing="2" slideduration="100">
<tabelement text="Documents"/>
<tabelement text="Audio" />
<tabelement text="Video">
<view datapath="vs:/VideoSegments">
<text datapath="video/title/text()"/>
<simplelayout axis="y"/>
</view>
</tabelement>
<tabelement text="Items For Purchase" />
<tabelement text="Links" />
</tabslider>
</window>
</canvas>
Here is the code:
<canvas bgcolor="#EEEEEE" height="600" width="800">
<dataset name="vs">
<VideoSegments>
<video>
<title>Getting Started with Laszlo</title>
</video>
<video>
<title>Working with Views</title>
</video>
<video>
<title>Laszlo Components</title>
</video>
</VideoSegments>
</dataset>
<window>
<tabslider width="250"
height="200"
spacing="2" slideduration="100">
<tabelement text="Documents"/>
<tabelement text="Audio" />
<tabelement text="Video">
<view datapath="vs:/VideoSegments">
<text datapath="video/title/text()"/>
<simplelayout axis="y"/>
</view>
</tabelement>
<tabelement text="Items For Purchase" />
<tabelement text="Links" />
</tabslider>
</window>
</canvas>