I am not aware of a way to do what you want.  I agree 
resorting/filtering is inefficient.

Could you programmatically check for when that condition occurs and 
when it does just set the destination equal to the source?  If you 
want to keep the destination around, then maybe set whatever is using 
the destination to use the source instead?

--- In flexcoders@yahoogroups.com, "m.ar80" <[EMAIL PROTECTED]> wrote:
>
> --- In flexcoders@yahoogroups.com, "Dominic Pazula" <dompazz@> 
wrote:
> >
> > Are you looking for the two ArrayCollections to always have the 
same 
> > filter and sort, or only occasionally?
> > 
> 
> Hi Dominic. Thank you for your response.
> 
> The two array collections will share the same source but not
> necessarily have the same filter and sort throughout their 
lifetimes.
> Only occasionally, and this is when I would like to copy source
> collection's view directly rather than re-filter and re-sort items 
in
> the destination collection.
>


Reply via email to