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

Show Posts

| * |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / General Discussion / Multiple Application from the same Flex Project on: April 16, 2009, 09:02:51
I am developing a Flex application using PureMVC standard. Its a large application and have multiple functionality modules (not flex or puremvc modules). Everything went well until the customer came back with a new implementation of the project with slight modification of the functionality modules. Basically, in this new application only 2 of the original functionality modules has to be used.

How can we have the same project used to create both the implementations without having to create a new project for the new application?

Can multicore with an additional Application MXML and Facade help to get a solution?

Looking forward for suggestions..

Thanks
-JB
2  Announcements and General Discussion / General Discussion / DesktopCitizen and Main Window's visibilty on: March 30, 2009, 02:15:29
Hi,
I am creating an AIR application which has a splash screen which opens from the main MXML file. The splash screen is a window object which opens from the main app mediator and I keep the visibility of the main MXML to false till the splash is played completely. But when I use DesktopCitizen, the main MXML shows up for sometime (fraction of a second), then disappear, shows the splash screen. Any help will be much appreciated.

-JB
Pages: [1]