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 archives on binding...This has been discussed manytimes..

-abdul

On 3/3/06, Steve Cox < [EMAIL PROTECTED]> wrote:

All,

 

I'm passing through several arrays to a custom component.

 

Ideally what I'd 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: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to