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

Reply via email to