Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Multicore Modules with AIR & SQLite  (Read 7211 times)
eball
Jr. Member
**
Posts: 15


View Profile Email
« 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?
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 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>
Logged
quinrou
Jr. Member
**
Posts: 18


View Profile Email
« Reply #2 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 ;)
Logged
Pages: [1]
Print