I want to change the text colour on a radio button, but can't figure out how
to do it without changing the colour of the button part itself. If I do this:

<radiogroup name="shapes">
   <radiobutton datapath="draw_functions:/drawfunction" value="$path{'@name'}"
      text="$path{'@desc'}" fgcolor="${classroot.fgcolor}"/>
</radiogroup>           

and ${classroot.fgcolor} is, say, white, then the button part ends up white
too, and you can't tell when it's clicked. What's the proper way to do this?

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

Reply via email to