PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: manoharbabu.kollipara on March 29, 2009, 10:57:26



Title: State Machine Examples & supported Doc
Post by: manoharbabu.kollipara on March 29, 2009, 10:57:26
Hi,

I need to implement state machine concept in our application so any body can suggested few examples & few docs it helps me a lot.

Thanks in Advacne.
Manohar.Kollipara


Title: Re: State Machine Examples & supported Doc
Post by: puremvc on March 30, 2009, 06:29:37
There is a Flex Demo called StopWatch, which was written for version 1.0. It still works in 1.1, but it doesn't use the new 'changed' state-specific note, which is really more heavily used in real life than the 'entering' and 'exiting' notes, and doesn't pass data from state to state in the StateMachine.ACTION note, which is now possible.

I plan to build a more real world demo next, but have been swamped since the 1.1 release. I have explained the important points in release notes on the StateMachine project page and at length in several forum posts (search forums for statemachine).

-=Cliff>