[flexcoders] getItemAt *removes* item from ArrayCollection?

2008-09-26 Thread djbrown_rotonews
has anyone run into this problem? The code below is *removing* the item from the ArrayCollection when I modify that one attribute on the object. And the size of my ArrayCollection isn't increasing after the call to addItem() either. the call to getItemIndex is working just fine, but the object

Re: [flexcoders] getItemAt *removes* item from ArrayCollection?

2008-09-26 Thread Michael Schmalle
Hi, Sounds like you need to check your bindings. I don't think there is any way possible that the ArrayCollection can become intelligent and start deleting items without being told to by some outside force. ;-) Sounds like it has to do with the;