Does the Flex console show that the module has unloaded? If not, you still have something attached to the module or the module has not released all its resources.
--- In [email protected], Julien Nicoulaud <primo...@...> wrote: > > Hi everyone. > > I have an application (a window manager) that loads modules using > ModuleLoader. When I unload a module, it seems it is not properly unloaded: > if i setup a Timer that shows an Alert every X seconds in the module, the > Alert still shows every X seconds after the module is unloaded. > > Any hints on the subject ? >

