[flexcoders] States and Transitions

2008-01-09 Thread Greg Hess
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 application loads displays a small panel with several icons (Photos, Music, Video ect...). The EU clicks an icon and the application transitions to a

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

[flexcoders] States and transitions

2007-03-15 Thread Troy Gilbert
I'm dabbling with states and transitions for the first time, so pardon the inexperienced question... My UI is logically divided into pages like a traditional wizard interface. Visually, I'd like my pages to slide in and out of view as I transition to them. Specifically, you can think of it like

Re: [flexcoders] States and transitions

2007-03-15 Thread Sean Sell
PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 15, 2007 1:50:15 PM Subject: [flexcoders] States and transitions I'm dabbling with states and transitions for the first time, so pardon the inexperienced question... My UI is logically divided into pages

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