[flexcoders] Re: Searching through an ArrayCollection of Objects

2010-03-02 Thread Amy
--- In flexcoders@yahoogroups.com, Krunal Panchal panchal_...@... wrote: Hi, You have to create the copy of ArrayCollection using the Utility.Copy command which we help you to keep the copy of original one and create the copy of existing one. Apply the filter condition on newly

Re: [flexcoders] Re: Searching through an ArrayCollection of Objects

2010-03-02 Thread Nick Middleweek
Thanks for the replies... How can I find out what's going on behind the scenes with IViewCursors or ListCollectionViews? Do they actually index the Collection data to make the filter super fast or do you think it's comparable if I'm just looping and searching using a brute comparison? I only