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  PureMVC Manifold / Standard Version / Re: Race condition in Flex AppSkeleton example app on: July 08, 2009, 03:48:12
Hi Cliff, it looks like the demonster debugger is causing the issue.

If the trace methods is executed first in the handler method for creation complete, non of the creation complete events fire.

I am emailing the demonster team.

thanks,

MaTT
2  PureMVC Manifold / Standard Version / Re: Race condition in Flex AppSkeleton example app on: July 07, 2009, 02:57:40
Hi Cliff,

this is firing in MainScreen (I added a listener in preinitialize in MainScreen)

creationComplete="dispatchEvent( new Event( CREATION_COMPLETE ) )">

before this event listener is added in MainScreenMediator

this.mainScreen.addEventListener( MainScreen.CREATION_COMPLETE, this.handleCreationComplete );

I'd be happy to zip up and send it to you. All I have done is put some traces in using demonsterdebugger.

cheers,

MaTT

3  PureMVC Manifold / Standard Version / Race condition in Flex AppSkeleton example app on: July 07, 2009, 02:06:59
Weird thing is happening with the AppSkeleton flex example for me.
I compile in flex builder. the application complete event for main screen fires before the listener is added from the mediator. If i leave that browser window open and recompile, it works just fine.

http://trac.puremvc.org/Demo_AS3_Flex_AppSkeleton

Anyone had this / ideas on why its happening?

thanks,

MaTT
4  Announcements and General Discussion / General Discussion / Re: [OT] from AS3 to UML on: March 09, 2009, 11:23:14
http://www.senocular.com/flash/tutorials/starumltoas3/

http://staruml.sourceforge.net/en/

not sure if this works from as3 to UML but it is free
5  Announcements and General Discussion / General Discussion / PureMVC template for StarUML on: March 09, 2009, 11:19:44
Hi, has anyone got a PureMVC template for use with StarUML?

http://staruml.sourceforge.net/en/

thanks,

MaTT
Pages: [1]