Hi,
 
I'm fairly new to open laszlo, I've only been working with it for a few
weeks now. I'm working with a tabslider and have struggled with it quite a
bit. The latest problem I have is that when I set  bgcolor and fgcolor on a
tabelement, they all get rendered white on white. If I set the child view to
white on black, it's not the whole body of the tab element. How can I set
the bgcolor of the tabelement such that the tabs are correct, yet the
content area is black with white text (and still have the child controls
render!)
 
I'm using the 3.3 release, targetting swf7.
 
Here's a snippet:
 
<tabslider name="alist" width="150" height="${parent.height -
parent.gallery.height}"
x="0" y="0" mintabheight="40" spacing="2" slideduration="300"
datapath="albumlist:/albums" >

<tabelement datapath="album" text="$path{'aTitle/text()'}" >

<view name="album" align="center" bgcolor="0x000000" fgcolor="0xFFFFFF">

<image name="thumb" src="$path{'albumImageUrl/text()'}" bgcolor="0x000000"
fgcolor="0xFFFFFF"/>

<text name="title" datapath="aTitle/text()" visible="false" />

<text name="desc" datapath="aDescription/text()" multiline="true"/>

<text name="aid" datapath="aAid/text()" visible="false"/>

<richbutton name="play" label="Play"
onclick="parent.parent.parent.parent.hide();" />

<simplelayout axis="y" spacing="15"/>

</view>

</tabelement>

</tabslider>

 
 
Thanks!
 

--
Jeff Paquette
paquette at atnetsend.net





_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to