PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: eball on January 25, 2009, 06:29:20



Title: Multicore Modules with AIR & SQLite
Post by: eball on January 25, 2009, 06:29:20
I have made a simple test application using AIR & SQLite.
After I had it working I tried to port it over to Multicore as a module.

In order to have the 'shell' load the module correctly I was required change the <mx:WindowedApplication> tag of the base mxml file to <mx:module>.
In doing this, I lose any functionality requarding SQLite. I assume this is b/c 'WindowedApplication' is AIR compatible while 'module' is not.

Is there a way to have my module access the SQLite database directly (as it did when it was a standalone application (not as a piped module) which would allow me to keep the module more encapsulated) or do I have to use the 'shell' to connect to the database and then send the data to the module?


Title: Re: Multicore Modules with AIR & SQLite
Post by: puremvc on January 30, 2009, 06:38:49
That's a pretty wierd one, but I'm working with both today so I'll see if I can test this.

-=Cliff>


Title: Re: Multicore Modules with AIR & SQLite
Post by: quinrou on January 30, 2009, 09:30:19
@Darshan,

Yup sorry for misleading anyone here. I looked the size of the utility package size which contents a lot of comments which probably explain why I came up with that 500ko number. Indeed the swc is much smaller around 70k.
I am looking at to use in one of my project ;)