PureMVC Architects Lounge

Announcements and General Discussion => Fabrication => Topic started by: manuraj.dhanda on March 14, 2010, 02:59:29



Title: AirApplication with modules.. Is it supported?
Post by: manuraj.dhanda on March 14, 2010, 02:59:29
Hi All,

Just wondering if AirApplication with modules is supported OR not?

I am using the fabricator gem to generate the sample code and then changed the

<fab:FlexApplication../>  To   <fab:AirApplication../>

Now, when I run the app, it doesn't load the module. I am not sure if it's the right behavior or not?

Thanks.


Title: Re: AirApplication with modules.. Is it supported?
Post by: rafal.szemraj on June 29, 2010, 07:22:00
It is not easy operation to load module into AIR app, not only in fabrication. I will upload an example how to do that in shot time.In meanwhile, try to look at this: http://blog.esofthead.com/loading-modules-in-air-application-2/


Title: Re: AirApplication with modules.. Is it supported?
Post by: rafal.szemraj on July 14, 2010, 10:47:17
Hi,

Please, try new FabricationAirModuleLoader class wich supports module loading for AIR apps. Here (http://code.google.com/p/fabrication/wiki/UsingModules#Using_Fabrication_module_loader_and_Fabrication_AIR_module_loade) you can find some descriptions and examples.