Re: [qooxdoo-devel] finding memory-leaks in 0.8

2008-08-26 Thread stefan . hansel
> 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. Unfortunataly I can't think of any way that qooxdoo can provide a way to automatically 'test' w

Re: [qooxdoo-devel] finding memory-leaks in 0.8

2008-08-25 Thread thron7
Tobias, > 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. > I'm afraid there is no dedicated manual entry for disposing in 0.8 right n

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