have you added an error event listener to the IModuleInfo reference from getModule to see if there is an error in loading the complete module?
On Wed, Mar 10, 2010 at 6:45 PM, Mayur <[email protected]> wrote: > > > I am having a problem with Module - SETUP event is not dispatched. > > Though I am getting the mdoule's PROGRESS event fully - continuous until > all the bytes of the specified module are loaded. > > That means, the required module has fully reached at client side but I > still I am not getting module's READY event. > > I am using ModuleManager to load modules dynamically with RSLs. > > Thanking in Advance, > > Mayur > > >

