Hi Jim,

having a mixin which brings background color functionality to any 
renderer is a superior concept, I see.

I hope you succeed on that goal, and maybe someone else reading this 
thread can be more of a help for you. In case you'd realize such a 
mixin, I think it would be a good idea to post it here so others could 
participate.

Good luck,
Stefan

Jim Hunter wrote:
> Thanks for this code. The more I remember about why I went all the way
> down to the cellRenderer level, the more I realize doing anything with
> a columnRenderer such as the Conditional renderer is not going to
> work. And the reason is that I need to color the background
> independent of the actual column renderer. I might have a boolean
> renderer on column 3 but need to show the 4th row as being ReadOnly
> via a different colored background, or it might be a TextEdit column
> and actually be hidden for the 4th row so I am going to set the font
> to transparent and change the background color or place an image in
> the background. So I will need to combine a normal ColumnRenderer with
> my custom background code (at the cell level) in order to get a mix of
> situations. And many columns will not need a custom ColumnRenderer at
> all but will still need the background changed if the cell is ReadOnly
> or Hidden.
> 
> So unfortunately I need to get my Patch working or kludge the source
> code to make this work correctly.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to