Ok,thanks..I'll try it out valdhor...
On 8/29/09, Vivian Richard <[email protected]> wrote: > Can I use moduleloader with httpservice? I have like 3 pods and they > get populated by httpservice calls. I do want to show different loaders > on each pod when the httpservice are being processed. What is the > solution for me? Any idea? > > > > > > On Fri, Aug 28, 2009 at 8:30 AM, valdhor<[email protected]> wrote: >> >> >> The easy way: >> >> private function readyEventHandler(e:ModuleEvent):void >> { >> pb.visible = false; >> pb.includeInLayout = false; >> } >> >> --- In [email protected], "yonghan79" <yongha...@...> wrote: >>> >>> Hi all , i need help please..I've suceeded to show progressbar upon >>> loading modules within FlexMDI Window,but i haven't figured out how to >>> hide the progressbar upon ModuleEvent.READY.. I pu the codes here my >>> codes <http://www.pastebin.org/12640> ..Thanks a lot... >>> >> >

