[flexcoders] Re: Using an ArrayCollection as the dataProvider for multiple components

2008-05-29 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: An array collection is a view of the collection's source. I wouldn't copy the AC, I would make another instance of an AC and have it share the source Array with the other AC. If you want changes to one AC to show up in

RE: [flexcoders] Re: Using an ArrayCollection as the dataProvider for multiple components

2008-05-29 Thread Alex Harui
As long as someone is holding onto it, you don't need to store it somewhere else. If you have a reference to the AC, it has a reference to the source, so that's good enough. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: