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