jhudson888
8 May 2009, 7:35 AM
Hello,
I am dynamically creating and removing panels. Is there anything that I need to do (from a memory-release perspective) aside from just removing a panel from the parent container?
I have created some re-usable content panels and am trying to determine what method to override to null out class variables... I have tried
- onRemove
- onUnload
neither of these methods are executed when I remove the panel from it's container. Thank you very much for the help.
Joe Hudson
I am dynamically creating and removing panels. Is there anything that I need to do (from a memory-release perspective) aside from just removing a panel from the parent container?
I have created some re-usable content panels and am trying to determine what method to override to null out class variables... I have tried
- onRemove
- onUnload
neither of these methods are executed when I remove the panel from it's container. Thank you very much for the help.
Joe Hudson