Re: [flexcoders] Flex Module issue with Panel

2008-10-26 Thread Simon Bailey
[mailto:[EMAIL PROTECTED] On Behalf Of Simon Bailey Sent: Saturday, October 25, 2008 2:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Module issue with Panel Hi, I have an application which loads modules no problem, I have all sorts of components inside the actual modules

Re: [flexcoders] Flex Module issue with Panel

2008-10-26 Thread Simon Bailey
, 2008 2:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Module issue with Panel Hi, I have an application which loads modules no problem, I have all sorts of components inside the actual modules and all works a dream. I am using ModuleManager.getModule( url ) and onLoad using

RE: [flexcoders] Flex Module issue with Panel

2008-10-26 Thread Alex Harui
@yahoogroups.com Subject: Re: [flexcoders] Flex Module issue with Panel H, I can get this to work now fine so long as the Shell.mxml component contains a Panel instance??? Alex, I bet there is a logical explanation here, is it something in line with your presentation @360? On 26 Oct 2008

[flexcoders] Flex Module issue with Panel

2008-10-25 Thread Simon Bailey
Hi, I have an application which loads modules no problem, I have all sorts of components inside the actual modules and all works a dream. I am using ModuleManager.getModule( url ) and onLoad using the module factory method to create a ModuleBase. One area I have done things different

RE: [flexcoders] Flex Module issue with Panel

2008-10-25 Thread Alex Harui
Sent: Saturday, October 25, 2008 2:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Module issue with Panel Hi, I have an application which loads modules no problem, I have all sorts of components inside the actual modules and all works a dream. I am using ModuleManager.getModule

[flexcoders] Flex Module issue

2008-08-06 Thread Christopher DUPONT
Why child is null in the first case ? private function btnStatsClickHandler(event:Event):void { var module:IModuleInfo = ModuleManager.getModule(com/test/module/pictureviewer/PictureViewer.swf\ ); module.addEventListener(ModuleEvent.READY,

RE: [flexcoders] Flex Module issue

2008-08-06 Thread Alex Harui
, but usually a module's arrival forces a gc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christopher DUPONT Sent: Wednesday, August 06, 2008 10:34 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Module issue Why child is null