The "show" event will work except for the first time; in which case you'd want to listen for the "creationComplete" event.
-TH --- In [email protected], "mitchgrrt" <mitch_g...@...> wrote: > > Is there an event I can listen for on a page, which would be sent > automatically whenever the page is shown in a ViewStack? I thought "show" > might work but it doesn't seem to. We have an application with a set of > nested tabs implemented with ViewStacks, and a couple of the pages need to > execute a function whenever they are shown. Thanks. >

