[flexcoders] Re: Menu driven application and Viewstacks

2007-08-31 Thread vikram
Hi, I think I did not mention my problem correctly. What I want is on show () event of a viewstack, I need to reset the entire view. That is first time when I get a particular view (after creationComplete), all the dropdowns will have selected index as 0, none of the radio buttons/checkboxes

[flexcoders] Re: Menu driven application and Viewstacks

2007-08-31 Thread ben.clinkinbeard
You could have each form/page held in a custom component (page1, page2, etc), and then have your tabnavigator's children just be empty canvases. Listen for the change event of the tabnav, and then have your handler look something like this: tabNavHandler(event:IndexChangedEvent):void {

[flexcoders] Re: Menu driven application and Viewstacks

2007-08-30 Thread ben.clinkinbeard
creationComplete only happens once, sounds like you should be listening for show instead. HTH, Ben --- In flexcoders@yahoogroups.com, vikram [EMAIL PROTECTED] wrote: Hi, I have a flex application which is completely menu driven. I have used view stacks to manage different views based on