« Return to Thread: Memory leaks

Memory leaks

by monika.falk :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi All
 
I am trying to reduce memory leaks in my application and also reduce the use of memory in IE. I followed instructions on docs. However after using functions like
_disposeObjects and _disposeFields I am still receiving warnings about missing destructs definitions. My understanding of the above functions is:
- use disposeObjects for qooxdoo labels, qooxdoo textfields, qooxdoo tables (any qooxdoo widgets)
- use disposeFields for number, strings, arrays, objects (pure JavaScript types)
- use disposeArray for arrays of qooxdoo objects.
 
Please correct me where necessary.
I would like also to ask about dispose method, when it should be used?
 
 
 
S pozdravem / Best regards,
 
Monika Falk, Software Specialist
 
Tieto
 
 
 

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

 « Return to Thread: Memory leaks