[flexcoders] Re: removeItemAt combined with getItemAt - Manipulating an arrayCollection

2007-06-04 Thread michaelmatynka
Some more info, and I am getting closer. I am using the following function, but it returns a value of -1, out of bounds, regardless of what value I try to get the index of: public function remItem():void{ fields.removeItemAt(fields.getItemIndex({fieldTag: small, value:t}));

[flexcoders] removeItemAt combined with getItemAt - Manipulating an arrayCollection

2007-06-03 Thread michaelmatynka
Hello All, great group here. Delighted to have stumbled upon it. I have an arrayCollection which is used to pass info to a function which filters an XMLList. The arrayCollection, in an ideal world, would change in size and content based on user selections of a series of checkboxes. (i.e.