Re: [qooxdoo-devel] Scrollbar flickering in ComboBoxEx

2008-01-14 Thread mshillin
I am seeing scrollbar flicker/excessive CPU usage and memory leaks with TreeVirtual. Seems to do with resize events. I updated to latest legacy_0.7.x SVN (as of 1/14/2008) and the problems still exists. It is so bad that it will spike the CPU at 100% and eventually consume all memory. This prob

Re: [qooxdoo-devel] Should shared instances be used for internal qooxdoo operat

2008-01-14 Thread Hugh Gibson
> This is absolutely right and is already on the way. The event work > we have done for qooxdoo 0.8 already uses pooled event instances. Ah, good to see! Any proposal to have a common object cache - perhaps with a new release() function for objects which returned the object to the cache. Then i

Re: [qooxdoo-devel] Should shared instances be used for internal qooxdoo operations?

2008-01-14 Thread Fabian Jakobs
Hugh Gibson schrieb: > Further to my recent work on problems with Tables leaking, Sebastian > pointed me at > http://qooxdoo.org/documentation/general/enterprise_application > > One recommendation is that object instances are shared. > > Qooxdoo has many instances where new objects are created, par

[qooxdoo-devel] Should shared instances be used for internal qooxdoo operations?

2008-01-14 Thread Hugh Gibson
Further to my recent work on problems with Tables leaking, Sebastian pointed me at http://qooxdoo.org/documentation/general/enterprise_application One recommendation is that object instances are shared. Qooxdoo has many instances where new objects are created, particularly when sending events. S

Re: [qooxdoo-devel] splitting up application into packages

2008-01-14 Thread Tobias Koller (GERMO GmbH)
Hi Sebastian, Thanks for your answer. I will try it out ;) Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sebastian Werner Gesendet: Montag, 14. Januar 2008 11:40 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] splitting up applicat

Re: [qooxdoo-devel] Memory leaks with table

2008-01-14 Thread Hugh Gibson
> I'm seeing a major memory leak with table destruction, in 0.7.2 For those of you not following the discussion in the bug report at http://bugzilla.qooxdoo.org/show_bug.cgi?id=753 here is a summary: There were subsidiary objects that weren't being disposed of correctly when the table was dispose

Re: [qooxdoo-devel] splitting up application into packages

2008-01-14 Thread Sebastian Werner
0.7.3 will come with an initial version of the new generator. This generator supports real packaging of complex applications. But please note that this is not already documented well. There is a feature overview here: http://qooxdoo.org/documentation/general/generator2 An example json config is

Re: [qooxdoo-devel] splitting up application into packages

2008-01-14 Thread Tobias Koller (GERMO GmbH)
Does anyone know something about splitting up the application into packages? Thanks Tobias Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Tobias Koller (GERMO GmbH) Gesendet: Montag, 7. Januar 2008 14:11 An: qooxdoo Development Betreff: [qooxdoo-devel] splitting up a

Re: [qooxdoo-devel] Link Cell Renderer

2008-01-14 Thread Fabian Jakobs
Hi Christian, > Hi, > > here is a very simple link cell renderer for 0.7.3. However, I can't > get it to do what it should. > > 1) I tried to use the clazz.stylesheet / _getCellClass way of styling > the link, however, it didn't render as I could see with a dom > inspector. I ended up including