Hi all! I'm writing a modular application that loads a module. This module inside has a Timer that trace something every 5 seconds. When from application i "exit" (unload) the module, i have no error but i see the writing done by the module that should be unloaded!
It means that the module is alive? How can i "destory" the module and all it's children for sure? Thanks a lot! P.S.: I tried both ModuleLoader and ModuleManager with the same beaviour :( -- View this message in context: http://www.nabble.com/ModuleLoader-does-not-unload-anything-%3A%28-tp24186501p24186501.html Sent from the FlexCoders mailing list archive at Nabble.com.

