--- In [email protected], "sailorsea21" <[EMAIL PROTECTED]> wrote: > > Hi everyone, > I can find a solution to my problem... > Loading, unloading and then re-loading a module with a chart > populated from a MySQL database gives me this error: > > > TypeError: Error #1034: Type Coercion failed: cannot convert > mx.managers::[EMAIL PROTECTED] to mx.managers.IDragManager. > at mx.managers::DragManager$/get impl()[E:\dev\3.1.0 > \frameworks\projects\framework\src\mx\managers\DragManager.as:152] > at mx.managers::DragManager$/get isDragging()[E:\dev\3.1.0 > \frameworks\projects\framework\src\mx\managers\DragManager.as:187] > at mx.controls.listClasses::ListBase/dragScroll()[E:\dev\3.1.0 > \frameworks\projects\framework\src\mx\controls\listClasses\ListBase.as > :7149] > at Function/http://adobe.com/AS3/2006/builtin::apply() > at <anonymous>() > at SetIntervalTimer/onTimer() > at flash.utils::Timer/_timerDispatch() > at flash.utils::Timer/tick() > > > I load a module into my application. It works great. > I then unload my module using the following code: > > content_module.unloadModule(); > > > If I reload the module later on, I get the error above...
http://www.magnoliamultimedia.com/flex_examples/Amys_Flex_FAQ.pdf See Q8 HTH; Amy

