dperez schrieb:
> Dear Qooxdoo gurus:
>
> What's the equivalent in 0.7 for Color.getStyle():
>
>       var clr = parent.getBackgroundColor();
>       if (clr && clr.getStyle() != 'transparent')
>                 .....
>
>   
the properties "color" and "backgroundcolor" always return string 
values. You can use the methods defined in "qx.util.colorUtil" to 
convert the color strings into other color representations, e.g. RGB arrays.

Best Fabian



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to