Thanks Hugh, this information worked perfect for me. I was missing the
create style portion for the initial rendering. Once I made the small change
there colors are working great.
Thanks,
Jim
On Thu, 27 Sep 2007 10:23 +0100 (BST), Hugh Gibson <[EMAIL PROTECTED]>
wrote:
>
> > That might be it. I'
> That might be it. I'll give it a try tomorrow and see how it works.
> I do know in the same file as where I did make my change there was no
> other place to change the font color. So the code you found looks
> like it fits my suspicion that it might be an appearance issue. Now
> that I think ab
That might be it. I'll give it a try tomorrow and see how it works. I do
know in the same file as where I did make my change there was no other place
to change the font color. So the code you found looks like it fits my
suspicion that it might be an appearance issue. Now that I think about it
thoug
> So I forced the color of the row to be a given color but the first
> rendering of the table uses a black font, but if you click it then
> it changes the fonts to the color that I set. So there is another
> place where the font color is set but apparently it's being set in
> an appearance and not
dateDataRowElement
> and createRowStyle. For example:
>
> style.backgroundColor = this._GetBackgroundColour(rowInfo);
> style.color = this._GetForegroundColour(rowInfo);
>
> I might do a patch for 0.8...
>
>
> Hugh
>
> > *Subject:* Re: [qooxdoo-devel] update table after
r 0.8...
Hugh
> *Subject:* Re: [qooxdoo-devel] update table after data changed
> *From:* "Jim Hunter" <[EMAIL PROTECTED]>
> *To:* "qooxdoo Development"
> *Date:* Wed, 26 Sep 2007 13:23:07 -0700
>
> What was the way you did your custom row colors?
What was the way you did your custom row colors? I had done this prior to
the .7.x changes by my way was broken with all the new changes in the table.
Was your solution tidy or was there a lot of code? I tried to copy one of
the basic row renderers and make a single change that simply set all font
Philipp Wabinski wrote:
>
> Hi,
>
> I have written a custom datarowrenderer that sets the colors of a table
> row according to a value of the table.
>
> Everything is displayed correct, but when I changed the value of this
> field the color isn`t updated. How do I update the table in this ca
Hi,
I have written a custom datarowrenderer that sets the colors of a table row
according to a value of the table.
Everything is displayed correct, but when I changed the value of this field
the color isn`t updated. How do I update the table in this case? I dont want
to reload the whole data...