There is a built in event. I'm going to have to look for it because it wasn't made to be obvious. It's pretty buried.
On Wed, Aug 28, 2013 at 12:54 AM, Frank Dahmen <fr...@dahmenia.de> wrote: > yes this would be possible but i thought there could be some built-in > event to listen to > > > ----- Original Message ----- From: "Jerry Hamby" <jerryha...@vdex.com> > To: <users@flex.apache.org> > Sent: Wednesday, August 28, 2013 7:30 AM > Subject: Re: Event on pushView() or popView() > > > > I just use the addedToStage or removedFromStage events available on every > View page. > On either, you can just dispatch a custom event. > > > On Aug 27, 2013, at 9:25 PM, Frank Dahmen wrote: > > Hi, >> >> is there any event which can be catched whenever a view is pushed or >> popped from a ViewNavigatorApplication? >> I'd like to reset the the state of the navigationContent when the view >> changes. >> >> Thanks >> > > > -- Jonathan Campos