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
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:
>
>
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
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!
>
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
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
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
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
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
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
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
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
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
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.
__
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
15 matches
Mail list logo