I think that might help get me over the hump, thanks. For now, that is
what I am trying to do, change the color of a single cell based on the
value of an array that is attached to the table. I have the logic
worked out, and it works fine if I just hack the original source code,
but for some odd reason the patch does not over-ride the default code.

So any help would be great for now, thank!

Jim


On Tue, Apr 21, 2009 at 2:25 PM, Stefan Volbers <[email protected]> wrote:
> Hi Jim,
>
> I don't know why your patch doesn't work, but a few months ago I created
> a conditional cell renderer which changes the background color of a
> table cell if a special condition of the content is met (by extending
> qx.ui.table.cellrenderer.Default). No clean and elegant solution, but
> works for me. If you need something similar and are interested in my
> class, I could provide some source for you.
>
> Greetings,
> Stefan
>
>
> Jim Hunter wrote:
>> Anyone have an idea about this?
>>
>> I am trying to create a subclass of the Table control and I need this
>> special cell rendering but so far the only way I have found to get it
>> is to hack the original code. If I have to go with that I will, but
>> that means that all my tables will be using this code and it's only
>> needed on the subclassed table I am creating.
>>
>> If someone knows of an easier way to get this small change into my new
>> table I am open to suggestions.
>
>
> ------------------------------------------------------------------------------
> 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
>

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