RE: [flexcoders] Flex View Stack / Component Life Cycle Best practice

2009-07-07 Thread Battershall, Jeff
26, 2009 5:03 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex View Stack / Component Life Cycle Best practice And you probably want to try to catch that change event on it's propagation phase instead of bubbling phase. C From: Jeffry Houser j

Re: [flexcoders] Flex View Stack / Component Life Cycle Best practice

2009-06-26 Thread claudiu ursica
Stack / Component Life Cycle Best practice You probably want to run code when the viewStack changes. Look at the ViewStack, I bet there is a change event. martinosaint wrote: Hi there, I have built a multiplage application in Flex with different user roles. I use a View Stack

Re: [flexcoders] Flex View Stack / Component Life Cycle Best practice

2009-06-25 Thread Jeffry Houser
You probably want to run code when the viewStack changes. Look at the ViewStack, I bet there is a change event. martinosaint wrote: Hi there, I have built a multiplage application in Flex with different user roles. I use a View Stack with a Menu Bar to navigate between the different