RE: [flexcoders] Re: Best way to toggle elements in ArrayCollections

2009-01-27 Thread Alex Harui
An ArrayCollection is a ListCollectionView which is a view of a source data set (in this case, an Array). The source data set is not modified by sorting and filtering, so resetting the sort or filter function restores the view to the full original data set. When a sort or filter is applied, a

RE: [flexcoders] Re: Best way to toggle elements in ArrayCollections

2009-01-27 Thread Alex Harui
Filter function? From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jason Sent: Tuesday, January 27, 2009 2:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Best way to toggle elements in ArrayCollections > Rather than modify the dataset, you may be

RE: [flexcoders] Re: Best way to toggle elements in ArrayCollections

2009-01-27 Thread Tracy Spratt
How about filtering the ArrayCollection? Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Mike Sent: Tuesday, January 27, 2009 4:32 PM To: flexcoders@yahoogr