[flexcoders] Re: multidimentional ArrayCollections and collectionEvent....

2008-06-19 Thread Bjorn Schultheiss
the change event would still be dispatching from the myOtherArr though. perhaps in your view or whatever is listening to the change event for myArr you can loop through its items, check if any are arrayCollections and then listen to their change events as well. --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Re: multidimentional ArrayCollections and collectionEvent....

2008-06-19 Thread Josh McDonald
Definitely! I should have suggested that :) On Fri, Jun 20, 2008 at 10:27 AM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: the change event would still be dispatching from the myOtherArr though. perhaps in your view or whatever is listening to the change event for myArr you can loop through