[flexcoders] Catching ChangeEvent 1.5

2006-03-03 Thread Steve Cox
All, Im passing through several arrays to a custom component. Ideally what Id like to do is call a function inside the component when one of these arrays changes. How do I capture the change event ? Cheers, Ste -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Catching ChangeEvent 1.5

2006-03-03 Thread Abdul Qabiz
Hi,If array's reference changes, you can watch that. But if individual elements are changing you can watch those.What I suggest that instead of uusing raw Arrays, you can wrap these arrays in some class and add/remove elements using the methods of the classs... Check out the flexcoder's FAQ and