[flexcoders] 【ModuleLoader Error】VerifyError: Error #1 014: mx.core::LayoutContainer could not be fo und

2009-10-13 Thread Zeta
Hi,everyone:     when the main swf  load a module swf located in different domain,the flex application encount an error:Error #1014: mx.core::LayoutContainer could not be found (1)I have add a crossdomain. xml on the server side?xml version=1.0 ?!DOCTYPE cross-domain- policy SYSTEM http://www.

[flexcoders] 【ModuleLoader Error】VerifyError: Error #1 014: mx.core::LayoutContainer could not be fo und

2009-10-13 Thread Zeta
Hi,everyone,when the main swf load a module swf located in another domain,the flex application encount an error:mx.core::LayoutContainer could not be found (1)I have add a crossdomain. xml on the server side?xml version=1.0 ?!DOCTYPE cross-domain- policy SYSTEM http://www. macromedia.

[flexcoders] ModuleLoader does not really unload ?

2009-07-17 Thread Julien Nicoulaud
Hi everyone. I have an application (a window manager) that loads modules using ModuleLoader. When I unload a module, it seems it is not properly unloaded: if i setup a Timer that shows an Alert every X seconds in the module, the Alert still shows every X seconds after the module is unloaded. Any

[flexcoders] ModuleLoader does not unload anything :(

2009-06-25 Thread Fuzzo
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! It means that the module is

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! It

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

2009-06-25 Thread Gregor Kiddie
...@inps.co.uk From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Fuzzo Sent: 25 June 2009 08:38 To: flexcoders@yahoogroups.com Subject: [flexcoders] ModuleLoader does not unload anything :( Hi all! I'm writing a modular

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

2009-06-25 Thread Fuzzo
please contact is.helpd...@inps.co.uk From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Fuzzo Sent: 25 June 2009 08:38 To: flexcoders@yahoogroups.com Subject: [flexcoders] ModuleLoader does not unload anything

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

2009-06-25 Thread Gregor Kiddie
To: 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 internal object

[flexcoders] ModuleLoader with full url

2009-01-03 Thread Don Kerr
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\framework\src\m x\modules\ModuleManager.as:717] If I click

Re: [flexcoders] ModuleLoader with full url

2009-01-03 Thread Manish Jethani
On Sat, Jan 3, 2009 at 7:17 PM, Don Kerr fusionp...@yahoo.com 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

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 flexcoders@yahoogroups.com Sent: Saturday, November 8, 2008 11:59:22 PM Subject: RE: [flexcoders] ModuleLoader does not load module when instance is created

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

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

2008-11-07 Thread ilikeflex
Hi I am trying to load module as show below. I am using panel.addChild(mod2.child); but i never see module loaded in the panel. It is very simple app.I do not know why the module is not being loaded . Any pointer is highly appreciated. I have been putting my head for last 4 hours. Thanks

[flexcoders] ModuleLoader

2008-07-09 Thread David Gironella
How can I pas parameters to a module loaded with ModuleLoader? Can I access to parentApplication from module? Thank, Giro.

RE: [flexcoders] ModuleLoader

2008-07-09 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] ModuleLoader How can I pas parameters to a module loaded with ModuleLoader? Can I access to parentApplication from module? Thank, Giro.

[flexcoders] ModuleLoader

2008-06-04 Thread ANDREW_PRICE_1999
i am have problem with ModuleLoader is will not load any swf??? It a simple form with two button on to open dayl and the second to open dayl1 ? It just looks at me. Please Help Andrew ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

RE: [flexcoders] ModuleLoader

2008-06-04 Thread Alex Harui
: [flexcoders] ModuleLoader i am have problem with ModuleLoader is will not load any swf??? It a simple form with two button on to open dayl and the second to open dayl1 ? It just looks at me. Please Help Andrew ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006

RE: [flexcoders] ModuleLoader Ready event

2008-04-21 Thread Alex Harui
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 control is currently

RE: [flexcoders] ModuleLoader Ready event

2008-04-20 Thread M.Javed
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 Ready event Hi all, I am facing

[flexcoders] ModuleLoader Ready event

2008-04-19 Thread M.Javed
Hi all, I am facing a problem in loading modules in my application, my application loads 6 to 10 modules on startup, what I have noticed that it sometimes miss to fire the ready event on any random module causing abnormal application behaviour. I just want to know is this some kinda known

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

RE: [flexcoders] ModuleLoader erratically loading modules

2008-03-31 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jamison_wilde Sent: Saturday, March 29, 2008 9:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ModuleLoader erratically loading modules I'm having a lot of issues with ModuleLoader only occasionally loading my modules

[flexcoders] ModuleLoader erratically loading modules

2008-03-30 Thread jamison_wilde
I'm having a lot of issues with ModuleLoader only occasionally loading my modules. At first I thought maybe it was that I couldn't have the module open in more than one tab at a time in my browser, as this seemed to help a little. But it seems more like there is a basic problem with loading

[flexcoders] ModuleLoader vs ModuleManager

2008-01-24 Thread reflexactions
As I read the docs... If I use ModuleLoader it is a container that ultimately parents the module I load. If I use ModuleManager I can add the module directly as a child i.e. there is one less layer between me and the module. Is that right, does that make ModuleManger marginally more effecient

RE: [flexcoders] ModuleLoader vs ModuleManager

2008-01-24 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of reflexactions Sent: Thursday, January 24, 2008 1:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ModuleLoader vs ModuleManager As I read the docs... If I use ModuleLoader it is a container

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

2007-12-10 Thread Barry Evans
I am having a problem with a modularised application i am developing. I am using modules to load a user-customised application and i am getting intermittent errors when loading a certain module (SWF is not a loadable module). Having scoured the internet for details of the error, i can only

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