Hi again, I see nobody bumped into this issue... Since the previous post I have discovered that the module does not show up because the cration complete event does not fire all the time. I was able to log the preinitialize event and the init event but when the module doesn't show it is because the creation complete does not fire. Eventually the module does show after 2 minutes or so... an then I see the log for creation complete.
In my initialize event I initialize some variables and that always gets done, but I vahe no odea what happends sometimes that determines the creation complete to fire so late. Maybe some of you can help with this, TIA, Caludiu --- In flexcoders@yahoogroups.com, "Claudiu Ursica" <[EMAIL PROTECTED]> wrote: > > Hi, > I load a module using a custom module loader. Event though the READY > event fires every time, and the visible property traces out to true, I > am not able to see the module each time I load it. This happens only > when I start the application. If I can see it the first time I can > then unload and load it again and it gets displayed. However if I'm > not seeing it the first time it is not visible for good. > > Sometimes (not all the time) I gets shown after a while. I have tried > invalidating the display list or similar force repainting techniques > but nothing seems to work. > > Has any of you experienced something similar? > If so please let me know if you have found any workaround. > > TIA, > Claudiu >