View state as name suggests while working in flex when you want to switch from one state to another state <mx:state> are used.
For example if you want to create login and register modules. so your first state is register and second state is login. so you can keep the register code in one state and set it as start state and keep the login code in another state. and after sucessful registration you want the login state to be enabled.. so you can achieve that using actionscript.. for all above you need to make use of <mx:state> below is the example i referred while accomplishing that...
http://blog.flexexamples.com/2007/10/05/creating-view-states-in-a-flex-application/
Wednesday, May 6, 2009
Working with view states in flex
at
12:00 AM
·
Labels: Flex
Subscribe to:
Post Comments (Atom)
3 comments:
Boss,
Its better to put your own programs(.MXML files) for more clicks. If you wanna help... I am always ready frnd:-) by the By this is srikanth kakani
sorry my mail id srikanth.alerts@gmail.com. Here came as anonymous...Srikanth kakani
Thankss for writing
Post a Comment