Hello skar,

could you describe what you use the modal dialogs for? If your just
overwrite your window reference by filling it with a new Window instance,
you create memory leaks.

If you need several dialogs for different tasks, just create more instances
or try to reconfigure a single dialog. Both is better than creating a new
dialog instance every time you need a dialog. ;-)

Of course, you CAN dispose a window every time it gets closed and create it
new if you use a timer:
http://tinyurl.com/qx-window-dispose

Kind regards
Jonathan

-----
Jonathan Weiß
Framework Engineer

http://mysterycity.de/blog Blog  -  http://www.linkedin.com/in/jonathanrass
LinkedIn  -  http://www.xing.com/profile/Jonathan_Weiss5 XING 
-- 
View this message in context: 
http://n2.nabble.com/what-s-the-difference-between-object-destroy-and-delete-object-tp3822893p3835389.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to