Thanks Guys, Makes sense and works like a charm J.
Cheers, Greg From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Alger Werft Sent: Wednesday, January 09, 2008 2:42 PM To: [email protected] Subject: Re: [flexcoders] States and Transitions 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. > > On Jan 9, 2008 11:49 AM, Greg Hess <[EMAIL > PROTECTED]<mailto:greg.hess%40axentra.com> > <mailto:[EMAIL PROTECTED]<mailto:greg.hess%40axentra.com>> > 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 application loads displays a small panel > with several icons (Photos, Music, Video ect...). The EU clicks an > icon and the application transitions to a larger panel with the > ability to manage photos ect... Are states and transitions the best > way to implement this? > > Any comments much appreciated. > > Thanks, > > Greg > > >

