Re: [flexcoders] Problem with events, how event dispatched when state change?

2007-11-11 Thread Anton K
Hi, I didn't get really what you want, but you can try to find the info here http://www.weblycan.com/blog/2006/12/_event_sequence_of_a_flex_stat.html I also had some issues with state change, may be useful for you too. Anton danielvlopes wrote: > > Hello, > > I had problem, i had one viewstack this

[flexcoders] binding event processing

2007-11-08 Thread Anton K
Hi all, I want to catch binding events. I have object bound to UI, I want to do some actions when the binding occurs. The documentation says flex dispatches propertyChange event. I tried to listen to it though addEventListener, but it didn't work. Anybody knows why? Then I tried to use ChangeWatc