I am, but via bindings (set via BindUtils.bind setter in the complete handler), but I have put a message before those bindings and it is not like the bindings are not init, the event doesn't get dispatched. The setters are the one who dispatch cairngorm events and in the command (actually delegate) I make a request to the server.
I'll post some code tomorrow first thing in the morning... Cheers, Claudiu ________________________________ From: valdhor <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, November 25, 2008 6:47:09 PM Subject: [flexcoders] Re: Module loaded but not displayed every time... Are you contacting a server by any chance? Perhaps you could post some code? --- In [EMAIL PROTECTED] ups.com, "Claudiu Ursica" <the_braniak@ ...> wrote: > > 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 [EMAIL PROTECTED] ups.com, "Claudiu Ursica" <the_braniak@ > > 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 > > >

