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 [2]
16  Announcements and General Discussion / General Discussion / A mediator for every display item? on: April 12, 2010, 12:51:09
It is best practice to create a Mediator for every display item/button?

For example, let's say I am creating a music player. Should I create a mediator for the play button, another one for the progress/scrubber bar, another one for the volume button, and so on?
17  Announcements and General Discussion / General Discussion / Re: Should a Command add an event listener? on: April 12, 2010, 12:47:10
thanks. that helps a lot.
18  Announcements and General Discussion / General Discussion / Should a Command add an event listener? on: April 09, 2010, 09:33:50
I'm new to PureMVC, so i want to double check if what I am planning on doing is considered best practice or if there is a better way.

I have a Startup Command that registers a proxy. The proxy takes awhile to get its info, which is needed to start the application. In the meantime, nothing can be done until this info is returned, so there are no other proxies, mediators, etc. Currently, I have the startup Command add an event listener to the proxy and wait until the proxy indicates that the info has been returned. When the info is returned, then  the startup command registers the rest of the start up proxies and mediators that use this initial data.

The startup command is only called once.

Is this an okay practice? Is there a better way to go about this?
19  Announcements and General Discussion / General Discussion / Facade listen to Notifications? on: March 31, 2010, 09:46:03
How can I get my facade instance directly to listen to a notification?
20  Announcements and General Discussion / General Discussion / Walk Through of the StateMachine? on: March 30, 2010, 10:02:50
Does anyone know if there is a walk through on how to implement the StateMachine into your PureMVC framework? The "StopWatch" demo doesn't count as it simply allows you to download the source code. What I'm looking for is a step-by-step description of how to insert the StateMachine code into a PureMVC implementation.

21  Announcements and General Discussion / General Discussion / Re: AS3 livedocs documentation? on: December 10, 2009, 10:40:09
Nevermind, I found it here...
http://puremvc.org/pages/docs/AS3/standard/framework_asdoc/

This site takes a bit to get used to in order to find what you're looking for.
22  Announcements and General Discussion / General Discussion / AS3 livedocs documentation? on: December 10, 2009, 10:36:44
Is there a page on this or another site where the framework's classes are documented in ASDoc or Adobe livedocs style?

For example:
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/
Pages: 1 [2]