I'm having this weird issue that never happened before. Sometimes, totally randomly, after deleting a managed item in a arraycollection, instead of getting the arrayCollection resized by -1, my arraycollection keeps the same size and I get a null object where the managed item was previously.
This happens using ds.deleteItem() or using arrayCollection.removeItemAt( itemIndex ) -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org

