RE: [flexcoders] ModuleLoader does not unload anything :(

2009-06-25 Thread Gregor Kiddie
o: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ModuleLoader does not unload anything :( Do you suggest to invoke a timer.stop() before unloading? Shoud this solve the problem? I'm not sure but i'll try! What event can I catch to invoke timer.stop()? It's an inter

RE: [flexcoders] ModuleLoader does not unload anything :(

2009-06-25 Thread Fuzzo
Do you suggest to invoke a timer.stop() before unloading? Shoud this solve the problem? I'm not sure but i'll try! What event can I catch to invoke timer.stop()? It's an internal object of the module and the module doesn't know when are about to be unloaded! Thanks! Gregor Kiddie wrote: > >

RE: [flexcoders] ModuleLoader does not unload anything :(

2009-06-25 Thread Gregor Kiddie
Well, you've answered your own question... the module is still alive because it's still alive. There is a Timer object still running and firing events. You need to make sure that anything of that nature is stopped before it can be unloaded. Gk. Gregor Kiddie Senior Developer INPS Tel: 0

Re: [flexcoders] ModuleLoader does not unload anything :(

2009-06-25 Thread Fuzzo
Fuzzo wrote: > > Hi all! > > I'm writing a modular application that loads a module. This module inside > has a Timer that trace something every 5 seconds. > When from application i "exit" (unload) the module, i have no error but i > see the writing done by the module that should be unloaded! >

Re: [flexcoders] ModuleLoader with full url

2009-01-03 Thread Manish Jethani
On Sat, Jan 3, 2009 at 7:17 PM, Don Kerr wrote: > The very first time my Flex app is opened in the browser, I get this error > > TypeError: Error #1009: Cannot access a property or method of a null object > reference. at > ModuleInfo/completeHandler()[C:\autobuild\3.2.0\frameworks\projects\framew

Re: [flexcoders] ModuleLoader does not load module when instance is created as ModuleLoader()

2008-11-12 Thread Rajan Jain
Hi Alex It worked . Thanks Rajan From: Alex Harui <[EMAIL PROTECTED]> To: "flexcoders@yahoogroups.com" Sent: Saturday, November 8, 2008 11:59:22 PM Subject: RE: [flexcoders] ModuleLoader does not load module when instance is created as Mo

RE: [flexcoders] ModuleLoader does not load module when instance is created as ModuleLoader()

2008-11-08 Thread Alex Harui
I would try Panel.addChild(mod2) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ilikeflex Sent: Friday, November 07, 2008 3:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ModuleLoader does not load module when instance is created as ModuleLoader() Hi I a

RE: [flexcoders] ModuleLoader

2008-07-09 Thread Alex Harui
moduleLoader.child is the thing you loaded. Normally you set properties on it, and it can access parentApplication From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Gironella Sent: Wednesday, July 09, 2008 4:40 AM To: flexcoders@yaho

RE: [flexcoders] ModuleLoader

2008-06-04 Thread Alex Harui
Is there enough room for your form to show up? Are the form SWFs in the right place? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ANDREW_PRICE_1999 Sent: Wednesday, June 04, 2008 8:15 AM To: flexcoders@yahoogroups.com Subject: [flexc

RE: [flexcoders] ModuleLoader Ready event

2008-04-20 Thread Alex Harui
PROTECTED] On Behalf Of M.Javed Sent: Sunday, April 20, 2008 5:26 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ModuleLoader Ready event Thanks Alex for the useful information, there an another issue if anyone could help is that how can i know in a TabNavigator Control that if a

RE: [flexcoders] ModuleLoader Ready event

2008-04-20 Thread M.Javed
Thanks Alex for the useful information, there an another issue if anyone could help is that how can i know in a TabNavigator Control that if a control is currently not in the focued Tab or vice versa, is there any property or something of UI Compononent which can help in getting the information

RE: [flexcoders] ModuleLoader Ready event

2008-04-19 Thread Alex Harui
Most commonly, it happens when you load the same module more than once. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of M.Javed Sent: Saturday, April 19, 2008 8:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ModuleLoader Read

RE: [flexcoders] ModuleLoader erratically loading modules

2008-03-30 Thread Alex Harui
I think there might be issues loading the same module url several times. It might be better to come up with a scheme that doesn't do that. Depending on creationPolicy, moduleLoaders will not load modules until they are about to become visible. From: flexcod

RE: [flexcoders] ModuleLoader vs ModuleManager

2008-01-24 Thread Alex Harui
ModuleManager is lower-level and therefore a bit more work. The most common thing people do with modules (generate some UI when switching to a viewstack page) is encapsulated in ModuleLoader. Everything else (Popup, class loading) probably requires using ModuleManager directly. __

RE: [flexcoders] ModuleLoader 'SWF is not a loadable module' Error

2007-12-10 Thread Alex Harui
is it possible it isn;t a module From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Barry Evans Sent: Monday, December 10, 2007 3:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ModuleLoader 'SWF is not a loadable module' Error I