Have you tried the show event?
--- In [email protected], "Laurence" <lmacne...@...> wrote:
>
> I've been using a ViewStack to switch between views in my app... The first
> time you jump to a particular view, that view runs throws its
> CreationComplete event, whereupon I have it running an init() function.
>
> The subsequent times you jump to that view, there is no CreationComplete
> event, obviously...
>
> So what I need is an event that happens every time you jump to that view in
> the ViewStack... So I can intialize the view properly on the 2nd, 3rd, 4th,
> etc, time you jump to that view...
>
> Any ideas?
>
> Thanks,
> Laurence MacNeill
> Mableton, Georgia, USA
>