Re: [flexcoders] States and Transitions

2008-01-09 Thread Derrick Anderson
could be, personally i like to use viewstacks- i find them easier to manage. d. On Jan 9, 2008 11:49 AM, Greg Hess [EMAIL PROTECTED] wrote: Hi All, New to flex, please bear with me. I have a requirement to design an applications navigation similar to an 'iPhone' or 'iPod'. The

Re: [flexcoders] States and Transitions

2008-01-09 Thread Alger Werft
If you want to navigate from one view to a completely different one, I agree with Derrick, a ViewStack is easier to use. If you want to change parts of a view, use states. Alger Derrick Anderson wrote: could be, personally i like to use viewstacks- i find them easier to manage. d.

RE: [flexcoders] States and Transitions

2008-01-09 Thread Greg Hess
Thanks Guys, Makes sense and works like a charm J. Cheers, Greg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alger Werft Sent: Wednesday, January 09, 2008 2:42 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] States and Transitions If you want

Re: [flexcoders] States and transitions

2007-03-23 Thread franto
Sure, this is possible, Im doing it right now you just have to use Sequence in your transition here is mine mx:Transition fromState={fromLobbyState} toState=gameLayout mx:Sequence id=gameTransition duration=300 effectStart=trace('\n\n GANGE STATE: from lobbyLayout to gameLayout

Re: [flexcoders] States and transitions

2007-03-15 Thread Sean Sell
Anything not scripted in the transition happens immediately in the transition. So you have to put in a transitions for the implied RemoveChildAction mx:transitions mx:Transition fromState=loaded toState=selected mx:Parallel mx:Resize

Fw: Re: [flexcoders] States and transitions

2007-03-15 Thread Sean Sell
Sent: Thursday, March 15, 2007 2:18:21 PM Subject: Re: [flexcoders] States and transitions Anything not scripted in the transition happens immediately in the transition. So you have to put in a transitions for the implied RemoveChildAction mx:transitions mx:Transition fromState