Re: [qooxdoo-devel] Bug at updating Custom Cell Renderer Class

2010-10-15 Thread Mustafa Sak
Looks like cellInfo.rowData dont gets the updated value! -Ursprüngliche Nachricht- Von: thron7 [mailto:thomas.herchenroe...@1und1.de] Gesendet: Freitag, 15. Oktober 2010 15:46 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Bug at updating Custom Cell Renderer Class Mh, there is a l

Re: [qooxdoo-devel] Bug at updating Custom Cell Renderer Class

2010-10-15 Thread thron7
Mh, there is a lot of strangeness here. I just decorated the 'execute' listener with some print-outs: http://tinyurl.com/28rxgb9 If you run this, clear the log, press the button, and look at the log, it seems the cell renderer is called in between running the execute listener!? T. On 10/15/201

Re: [qooxdoo-devel] Bug at updating Custom Cell Renderer Class

2010-10-15 Thread Derrell Lipman
On Fri, Oct 15, 2010 at 09:18, Mustafa Sak wrote: > I guest cellinfo gets old value. May be is the same problem like bug > 4182? > cellInfo doesn't seem to get wrong value. The correct value is being printed by your console.log statement. Only the color seems to be messed up. Derrell -

Re: [qooxdoo-devel] Bug at updating Custom Cell Renderer Class

2010-10-15 Thread Mustafa Sak
I guest cellinfo gets old value. May be is the same problem like bug 4182? Sak Von: Derrell Lipman [mailto:derrell.lip...@unwireduniverse.com] Gesendet: Freitag, 15. Oktober 2010 15:16 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Bug at updating Custom Cell Renderer Class On Fr

Re: [qooxdoo-devel] Bug at updating Custom Cell Renderer Class

2010-10-15 Thread Derrell Lipman
On Fri, Oct 15, 2010 at 09:10, thron7 wrote: > I'm not even playing in *your* league, because I don't even get the > problem ;). So, what is the problem? > >From what I gather from the code, the cell renderer is supposed to color the background according to whether the value of the cell is null

Re: [qooxdoo-devel] Bug at updating Custom Cell Renderer Class

2010-10-15 Thread thron7
I'm not even playing in *your* league, because I don't even get the problem ;). So, what is the problem? T. On 10/15/2010 02:41 PM, Mustafa Sak wrote: > I don’t play in your league! To trace this problem is out of my range! > > > > Sorry. > > > > Regards Sak > > > > *Von:* Derrell Lip

Re: [qooxdoo-devel] create JSON from array with objects - encounters "too many recursions" error

2010-10-15 Thread thron7
On 10/15/2010 02:14 PM, NoahGeroz wrote: > > Hi all, > > I'm trying to get a JSON from an array that holds objects (which themselves > have member arrays that hold other classes). The hierarchy is this: > > Array [Maps] >| >Map 1 - * Feature Presentations *

Re: [qooxdoo-devel] Bug at updating Custom Cell Renderer Class

2010-10-15 Thread Mustafa Sak
I don't play in your league! To trace this problem is out of my range! Sorry. Regards Sak Von: Derrell Lipman [mailto:derrell.lip...@unwireduniverse.com] Gesendet: Freitag, 15. Oktober 2010 14:34 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Bug at updating Custom Cell Renderer

Re: [qooxdoo-devel] Bug at updating Custom Cell Renderer Class

2010-10-15 Thread Derrell Lipman
On Fri, Oct 15, 2010 at 07:24, Mustafa Sak wrote: > Hi devs, > > > > could you confirm that custom cell renderer class is not updating proper. I > guess cellInfo has wrong data. Her eis Playground: * > http://tinyurl.com/2uqrrvq* > > It seems odd that the color doesn't refresh properly even thou

Re: [qooxdoo-devel] Plotting library: Flot and Flotr

2010-10-15 Thread Simone Pandolfo
Thank you a lot Dietrich, I try it again, but at the moment i'm using protovis, another contrib for qooxdoo. the sintax is not simple, but i see that is a very powerfull plotting engine and the with the test i made show that have a good memory managment. Regards Il giorno gio, 14/10/2010 alle

Re: [qooxdoo-devel] Documentation anti-patterns typing error

2010-10-15 Thread thron7
Thanks, Marc, fixed in trunk and 1.2.x. T. On 10/14/2010 02:14 PM, Marc Puts wrote: > I noticed a typing error on the anti-patterns page, under the "reference > types in member section". > > Data fileds -> Data fields (misspelled twice) > > http://manual.qooxdoo.org/1.2.x/pages/development/ant

[qooxdoo-devel] create JSON from array with objects - encounters "too many recursions" error

2010-10-15 Thread NoahGeroz
Hi all, I'm trying to get a JSON from an array that holds objects (which themselves have member arrays that hold other classes). The hierarchy is this: Array [Maps] | Map 1 - * Feature Presentations * - 1 Feature Layer 1 - * Raster Prese

[qooxdoo-devel] Bug at updating Custom Cell Renderer Class

2010-10-15 Thread Mustafa Sak
Hi devs, could you confirm that custom cell renderer class is not updating proper. I guess cellInfo has wrong data. Her eis Playground: http://tinyurl.com/2uqrrvq Please click to button Regards Sak -- Download

Re: [qooxdoo-devel] Increased generator speed...

2010-10-15 Thread Jean-Baptiste BRIAUD -- Novlog
On 15 oct. 2010, at 11:35, Daniel Wagner wrote: > Jean-Baptiste BRIAUD -- Novlog schrieb: >> OK, I'll try ASAP, as you know this is critical for us and a very > welcome improvement (currently our selenium test suite take 2 hours to run). > > Lucky you, our biggest test suite takes a cool 8 hour

Re: [qooxdoo-devel] Increased generator speed...

2010-10-15 Thread Daniel Wagner
Jean-Baptiste BRIAUD -- Novlog schrieb: > OK, I'll try ASAP, as you know this is critical for us and a very welcome improvement (currently our selenium test suite take 2 hours to run). Lucky you, our biggest test suite takes a cool 8 hours :D Granted, building the apps only takes two hours, but

Re: [qooxdoo-devel] Increased generator speed...

2010-10-15 Thread Jean-Baptiste BRIAUD -- Novlog
On 13 oct. 2010, at 10:13, thron7 wrote: > > > On 10/13/2010 09:57 AM, Jean-Baptiste BRIAUD -- Novlog wrote: >> OK. Is there some hope to get the generator speed improvement by >> copying and pasting python code from trunk to 1.2.1 ? > > I can't think of an immediate reason that would prevent