Hi,

if you have for example a List which you doesn't need anymore (you have 
no reference to it), the garbage collector from the browser should 
automatically remove the list with all added ListItems. But sometimes 
the garbage collector doesn't clean-up correctly, especially when DOM 
references are exist to even handlers for example. So I would prefer to 
destroy the List with all ListItems manually to avoid memory leaks.

Cheers,
Chris

Am 04.10.2010 18:34, schrieb Ed Adasiewicz:
> Is it necessary to destroy all ListItems from a SelectBox, ComboBox and/or
> List?  I read a post where someone wanted to know if RemoveAll also disposed
> of the items and they were informed that the individual items needed to be
> destroyed.  So I tried doing this in Firefox and it worked fine since
> getChildren() was not returning anything but under Chrome and IE strings
> were being returned which look suspiciously like function names.  Thanks.


------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to