[flexcoders] Nested Modules

2010-08-23 Thread BillF
I have an application that loads a flex module. This module loads correctly, however, this module also is supposed to load 3 other modules. Originally, this module was tied specifically to a given application "shell", which provided objects that the child and grandchildren used. It was determ

Re: [flexcoders] Nested Modules

2010-08-23 Thread Alex Harui
Sounds like one of the modules is being compiled with different version of the SDK. On 8/23/10 12:39 PM, "BillF" wrote: I have an application that loads a flex module. This module loads correctly, however, this module also is supposed to load 3 other modules. Originally, this module w

[flexcoders] Nested Modules: "No destination with id null is registered with any service"

2012-04-09 Thread BillF
Flex SDK v3.6 Okay, I have a module that is called from an application. That module calls another module. Trying to run any RemoteObjects from the nested module is failing, resulting in the following error: TypeError: Error #1034: Type Coercion failed: cannot convert Object@d3dcad9 to mx.mes

Re: [flexcoders] Nested Modules: "No destination with id null is registered with any service"

2012-04-09 Thread Alex Harui
Make sure you have loaded the modules correctly. You have to specify the applicationDomain of the nested module otherwise it will become a sibling. On 4/9/12 2:35 PM, "BillF" wrote: Flex SDK v3.6 Okay, I have a module that is called from an application. That module calls another modul

RE: [flexcoders] Nested Modules: "No destination with id null is registered with any service"

2012-04-10 Thread Bill Franklin
z der Gesellschaft: Monheim am Rhein | Eintragung: Amtsgericht Düsseldorf, HRB 46985 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Tuesday, April 10, 2012 1:44 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Nested Modules

Re: [flexcoders] Nested Modules: "No destination with id null is registered with any service"

2012-04-10 Thread Alex Harui
om Subject: Re: [flexcoders] Nested Modules: "No destination with id null is registered with any service" Make sure you have loaded the modules correctly. You have to specify the applicationDomain of the nested module otherwise it will become a sibling. On 4/9/12 2:35 PM, "Bill

RE: [flexcoders] Nested Modules: "No destination with id null is registered with any service"

2012-04-10 Thread Bill Franklin
bject: Re: [flexcoders] Nested Modules: "No destination with id null is registered with any service" Actually, you have four commonly used options whenever a parameter or property is of type ApplicationDomain: null new ApplicationDomain() ApplicationDomain.curren

Re: [flexcoders] Nested Modules: "No destination with id null is registered with any service"

2012-04-10 Thread Alex Harui
t: Tuesday, April 10, 2012 10:28 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Nested Modules: "No destination with id null is registered with any service" Actually, you have four commonly used options whenever a parameter or property is of type ApplicationDomai