Re: [flexcoders] Which event is dispatched when the view is shown by a stage change?

2008-06-27 Thread Jonathan Branam
Hey João, Posted online with SWF and View Source: http://jonathanbranam.net/node/56 http://jonathanbranam.net/solutions/detect-state-addchild There are two solutions that I've found to work in this case. This first is to add a new public method to the component called activate() and then call it f

[flexcoders] Which event is dispatched when the view is shown by a stage change?

2008-06-27 Thread João
Hello, I have a: - Container with two states ( "" and "editing") - A view (LocaleEditor.mxml) that is shown when the container changes to the state "editing":

Re: [Junk E-Mail - LOW] [flexcoders] which event?!

2006-08-10 Thread arnold_charming
uot; should do what you need. "hide" might be useful too. > > Shan > >_ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of arnold_charming > Sent: Wednesday, August 09, 2006 9:01 AM > To: flexcoders@yahoogroups.com &g

Re: [flexcoders] which event?!

2006-08-09 Thread Clint Tredway
I normally have a function that changes the viewStack order and put logic there in I need it.On 8/9/06, arnold_charming < [EMAIL PROTECTED]> wrote: Hi! I'm currently using ViewStack to "scroll" between different windows. I'm now looking for an event which will

Re: [flexcoders] which event?!

2006-08-09 Thread Joan Garnet
Maybe the "show" event. Cheers arnold_charming escribió: > Hi! > > I'm currently using ViewStack to "scroll" between different windows. > I'm now looking for an event which will be triggered every time when a > user enters a specific view. I tried creationComplete but it is only > runned at the

RE: [Junk E-Mail - LOW] [flexcoders] which event?!

2006-08-09 Thread Shannon Hicks
"show" should do what you need. "hide" might be useful too.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arnold_charmingSent: Wednesday, August 09, 2006 9:01 AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders

[flexcoders] which event?!

2006-08-09 Thread arnold_charming
Hi! I'm currently using ViewStack to "scroll" between different windows. I'm now looking for an event which will be triggered every time when a user enters a specific view. I tried creationComplete but it is only runned at the beggining of creating every container. -- Flexcoders Mailing Lis

RE: [flexcoders] which event to use on component display?

2006-07-11 Thread Karl Johnson
: [flexcoders] which event to use on component display? If there is no show event like in flex 2, you can use the change eventof the TabNavigator and a small function which checks the selectedtab.Cheers,Ralf.On 7/11/06, shemeshkale <[EMAIL PROTECTED]com> wrote:> hi,> using flex1.

Re: [flexcoders] which event to use on component display?

2006-07-11 Thread Ralf Bokelberg
If there is no show event like in flex 2, you can use the change event of the TabNavigator and a small function which checks the selected tab. Cheers, Ralf. On 7/11/06, shemeshkale <[EMAIL PROTECTED]> wrote: > hi, > using flex1.5 > i need an event to fire everytime a component is displayed on scre

[flexcoders] which event to use on component display?

2006-07-11 Thread shemeshkale
hi, using flex1.5 i need an event to fire everytime a component is displayed on screen. creationComplete/initialize happens only once so they are not good for me. for example i have this code: http://www.macromedia.com/2003/mxml"; >