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

2008-06-01 Thread Josh McDonald
.com/2006/11/listcollectionview-different.html " > > Paul > > > - 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 o

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

2008-06-01 Thread Paul Andrews
Message - From: Josh 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 t

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 i

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 1,

[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 othe