I see. The show event goes to the outermost box that is a child of the ViewStack, but not to ones that are nested inside. Thanks.
--- In [email protected], "Tracy Spratt" <tr...@...> wrote: > > Right. The show event is dispatched by the child container. There is also > a change event on the ViewStack itself. > > > > Tracy Spratt, > > Lariat Services, development services available > > _____ > > From: [email protected] [mailto:[email protected]] On > Behalf Of turbo_vb > Sent: Friday, January 01, 2010 6:23 PM > To: [email protected] > Subject: [SPAM] [flexcoders] Re: event when page is shown in ViewStack? > > > > > > The "show" event will work except for the first time; in which case you'd > want to listen for the "creationComplete" event. > > -TH > > --- In flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com, > "mitchgrrt" <mitch_gart@> 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. > > >

