[qooxdoo-devel] finding memory-leaks in 0.8

2008-08-24 Thread Tobias Koller (GERMO GmbH)
Hi, will it be easy to find widgets for which it has been forgotten to delete/dispose them? When I make a new qooxdoo-0.8-app I want to be sure that all objects, widgets... are destroyed correctly. Thanks Tobias --

Re: [qooxdoo-devel] Flow layout 0.5

2008-08-24 Thread Derrell Lipman
On Sun, Aug 24, 2008 at 5:55 AM, Chris Banford <[EMAIL PROTECTED]> wrote: > > Flow now respects each Child's alignY setting. :-) > > Not sure if __rebuildCache() would apply or not to Flow. > Chris, nice work! > > > I'm going to take a break from trying to put any more functionality into > this

Re: [qooxdoo-devel] Flow layout 0.5

2008-08-24 Thread Petr Kobalíček
Wow, Chris, this is really cool. I have now 0.7 code, but very early I will be porting it and I really need flow layout. So very thank for your work! Cheers - Petr 2008/8/24 Chris Banford <[EMAIL PROTECTED]>: > > Flow now respects each Child's alignY setting. :-) > > Not sure if __rebuildCache(

[qooxdoo-devel] Flow layout 0.5

2008-08-24 Thread Chris Banford
Flow now respects each Child's alignY setting. :-) Not sure if __rebuildCache() would apply or not to Flow. I'm going to take a break from trying to put any more functionality into this, as I'd rather get feedback from the devs on this, as how it could be improved and/or cleaned up, before I