Thanks Derrell for the suggestion.  :-)

Derrell.Lipman wrote:
> 
> You can't currently control the color of a cell based on a state.  You
> can,
> however, control the background colors used for selection and focus.  Look
> at
> the setRowColors() method in qx.ui.table.DefaultDataRowRenderer for how to
> change the various colors.
> 
> You may want to do this to help determine which is which:
> 
>     tree.setRowColors(
>     {
>       bgcolFocusedSelected     : "cyan",
>       bgcolFocusedSelectedBlur : "green",
>       bgcolFocused             : "yellow",
>       bgcolFocusedBlur         : "blue",
>       bgcolSelected            : "red",
>       bgcolSelectedBlur        : "pink"
>     });
> 

-- 
View this message in context: 
http://www.nabble.com/treevirtual-and-labelStyle-tf3471739.html#a9694514
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to