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