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 Try listing on the activeView for "_navigationChange_" but I believe the little bugger that you are listening for is "viewChangeComplete" on the ViewNavigator. This is fired when the view change is finished since the view changes are scheduled to run async. You also have "viewChangeStart" depending on when you need to change your nav. -- Jonathan Campos