[flexcoders] Re: ListCollectionView dispatches too many CollectionEvents after enableAutoUpdate

2007-11-28 Thread t0ml33
, November 27, 2007 1:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ListCollectionView dispatches too many CollectionEvents after enableAutoUpdate Thanks for the response, Alex. I understand that for most use cases, it would suffice to set a new source. However, I believe

RE: [flexcoders] Re: ListCollectionView dispatches too many CollectionEvents after enableAutoUpdate

2007-11-28 Thread Alex Harui
PROTECTED] On Behalf Of t0ml33 Sent: Wednesday, November 28, 2007 6:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ListCollectionView dispatches too many CollectionEvents after enableAutoUpdate It's a web-services based search application. I'm basically lazy- loading search results

[flexcoders] Re: ListCollectionView dispatches too many CollectionEvents after enableAutoUpdate

2007-11-27 Thread t0ml33
Thanks for the response, Alex. I understand that for most use cases, it would suffice to set a new source. However, I believe that approach somewhat defeats the purpose of databinding. Suppose you're bind to an ArrayCollection with 1000 items and you need to change 20? Should you clone the

RE: [flexcoders] Re: ListCollectionView dispatches too many CollectionEvents after enableAutoUpdate

2007-11-27 Thread Alex Harui
? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of t0ml33 Sent: Tuesday, November 27, 2007 1:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ListCollectionView dispatches too many CollectionEvents after enableAutoUpdate Thanks