There's the terminate method: http://demo.qooxdoo.org/current/apiviewer/#qx.application.AbstractGui~terminate
But that's not where you should dispose your objects. As Marc said, the class that creates them should take care of that in the destructor. Regards, Daniel On 11/24/2011 09:26 PM, [email protected] wrote: > is their any event thats appear on a app reload, so i can use this > clearup garbage > > qx.core.ObjectRegistry.shutdown(); > > ? > >> Sounds like your app may have some memory leaks. You should probably >> check your destructors. >> >> Qooxdoo has some features that can help you finding leaks. Did you have >> a look at [1]? >> >> [1] >> http://manual.qooxdoo.org/current/pages/development/memory_management.html >> >> Marc >> >> >> On 11/24/2011 12:07 PM, [email protected] wrote: >>> Hello, >>> >>> i have a bigger app, thats loads many widgets/buttons. on the start it >>> works fine, but after a longer time of use, and some relaods of teh >>> app, this mmodul slow down often. what can this be? i reload soemtimes >>> the full browsercontent >>> >>> when i close and restart firefox again, it works fines. >>> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure >> contains a definitive record of customers, application performance, >> security threats, fraudulent activity, and more. Splunk takes this >> data and makes sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-novd2d >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
