is the creationPolicy set to 'all' on the viewstack? make sure it is
'auto'('auto' is the default if nothing is specified). This will
create the components the first time they are selected rather than at
the beginning.- venkat http://www.venkatj.com --- In [email protected], "markflex2007" <[EMAIL PROTECTED]> wrote: > > Hi > > I have some screens under ViewStack like this > > <mx:ViewStack> > <view:Form1View /> > <view:Form2View /> > <view:Form3View /> > <view:ThankyouView /> > </mx:ViewStack> > > I have set creationComplete event to call a function for Form2View, > but the event is actived when I call the app first time(it show > Form1View at first). > > I hope the creationComplete event work when I reach Form2View, > Please help me to know how to control this. > > Thanks > > Mark >

