Re: [flexcoders] Multiple filtered views on one source ArrayCollection

2008-06-01 Thread Richard Rodseth
Array collection has a publicly-accessible source Array property and filterFunction property. I'm actually building array collections on the fly in a model class getter with a custom binding event. Same source, different filter function. Seems to be working for me. Does that help? On Sun, Jun

Re: [flexcoders] Multiple filtered views on one source ArrayCollection

2008-06-01 Thread Josh McDonald
Normally I'd agree, but my problem is the sourceCollection is being set via a binding long before it gets populated, and an ArrayCollection doesn't like it when you change .source behind its back. I also don't know if there's any conditions where the implementation of ArrayCollection will replace

[flexcoders] Multiple filtered views on one source ArrayCollection

2008-06-01 Thread Josh McDonald
Hey guys, I think maybe I've missed the point of something, or there's a class I need to use that I don't know exists :) I have an ArrayCollection we'll call sourceCollection. I need to have a couple of different views of this data, with which I can use filterFunctions without affecting each

Re: [flexcoders] Multiple filtered views on one source ArrayCollection

2008-06-01 Thread Paul Andrews
McDonald To: flexcoders@yahoogroups.com Sent: Monday, June 02, 2008 12:46 AM Subject: [flexcoders] Multiple filtered views on one source ArrayCollection Hey guys, I think maybe I've missed the point of something, or there's a class I need to use that I don't know exists :) I have

Re: [flexcoders] Multiple filtered views on one source ArrayCollection

2008-06-01 Thread Josh McDonald
- Original Message - *From:* Josh McDonald [EMAIL PROTECTED] *To:* flexcoders@yahoogroups.com *Sent:* Monday, June 02, 2008 12:46 AM *Subject:* [flexcoders] Multiple filtered views on one source ArrayCollection Hey guys, I think maybe I've missed the point of something, or there's