Is there a convenient way to dispose all the objects in this global
object db when the user navigates away from the qooxdoo application's
page? 

Andreas Junghansn wrote:

> I suppose your problem is that with each data-reload, you're 
> creating  
> new qooxdoo objects but never call dispose() on them? By default,  
> every qooxdoo object is registered in a global object db, and if you  
> don't call dispose() on the object if you no longer need it, this  
> reference is held forever.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to