Code like this doesn't work because the color value returned is in a decimal
format.  The setBGColor() method wants hex.

var clr = someview.getAttribute("bgcolor");
someview.setBGColor(clr);

Is there any way setBGColor() can be made to take a decimal?
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.11/219 - Release Date: 1/2/2006

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

Reply via email to