Re: [flexcoders] Capturing an event everytime an item becomes visibile in a viewstate

2007-01-12 Thread Roman Protsiuk
Do you have some effect played in transition? It dispatches effectEnd. R. On 1/11/07, Sam Shrefler [EMAIL PROTECTED] wrote: Enterstate is actually called before the creationComplete on the child. I have the state display to a transition. I'd actually like to call the function after the

[flexcoders] Capturing an event everytime an item becomes visibile in a viewstate

2007-01-11 Thread Sam Shrefler
I have a canvas that is part of a view state. I'd like to know how to call a method on that canvas everytime that canvas is made visible because the view state it's contained in is made visible. Also, I'd only like this to happen after the creationComplete event-init method has completed. I'd

Re: [flexcoders] Capturing an event everytime an item becomes visibile in a viewstate

2007-01-11 Thread Roman Protsiuk
enterState? R. On 1/11/07, Sam Shrefler [EMAIL PROTECTED] wrote: I have a canvas that is part of a view state. I'd like to know how to call a method on that canvas everytime that canvas is made visible because the view state it's contained in is made visible. Also, I'd only like this to

Re: [flexcoders] Capturing an event everytime an item becomes visibile in a viewstate

2007-01-11 Thread Sam Shrefler
Enterstate is actually called before the creationComplete on the child. I have the state display to a transition. I'd actually like to call the function after the transition finishes. Any thoughts on how to do that? On 1/11/07, Roman Protsiuk [EMAIL PROTECTED] wrote: enterState? R. On