dperez schrieb:
> Dear Qooxdoo gurus:
> 
> What's the equivalent in 0.7 for Color.getStyle():
> 
>       var clr = parent.getBackgroundColor();
>       if (clr && clr.getStyle() != 'transparent')
>                 .....

Color is always the original string, not an object anymore.

You can simply use (clr != "transparent")

Sebastian

> 
> I haven't found the Color class (only qx.theme.manager.Color)
> 
> This is the hardest migration, even the great job of the migrator, but I
> prefer a big migration that a lot of incremental ones.
> 
> Regards,
> David


-------------------------------------------------------------------------
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