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, "Durres76" <[EMAIL PROTECTED]> wrote:
>
> Hi,
> collectionEventKind.Update does not seem to fire when subitems within
> a collection change, i.e.. 
> myArr = new ArrayCollection();
> myOtherArr = new ArrayCollection();
> myArr.addItem(myOtherArr);
> 
> the update event does not fire if myOtherArr changes. it does if myArr
> changes.
>


Reply via email to