Re: [flexcoders] data providers and filter functions

2007-06-05 Thread Roman Protsiuk
The simplest solution as I see it: create another collection. R. On 6/5/07, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > I have a global variable called categories. It is an XMLListCollection > populated when a user logs in, representing the categories they have created. > > I use the categorie

[flexcoders] data providers and filter functions

2007-06-04 Thread Ariel Jakobovits
I have a global variable called categories. It is an XMLListCollection populated when a user logs in, representing the categories they have created. I use the categories collection as a dataprovider in various controls. I also have a global variable called selectedItem. An item, among other att