Thank you. To stop views from updating if an object with the same values was set, how would I intercept the events that get fired and cancel them? Would I play with the bubbling values?
Cheers, Baz On Wed, Sep 30, 2009 at 11:20 PM, mrcaraion <[email protected]> wrote: > > > The ArrayCollection will dispatch a CollectionEvent (with > CollectionEventKind.REPLACE) in either case, it will not check to see if > that is the same object, whether with the same reference or with the same > values. > > >

