delete item fuehrt zu rangeerror
gefunden am 02.07.2009Hallo ich habe ein managed object welches eine ArrayCollection enthaelt. wenn ich folgendes mache: Code: managedObject.list.removeItemAt(lastIndex) //laenge ist garantiert > 0 erhalte ich folgenden error: Code: rangeError: Index '2' specified is out of bounds. at mx.collections::ListCollectionView/getItemAt()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\collections\ListCollectionView.as:422] at mx.data::DataMessageCache/logUpdate()[C:\depot\DataServices\branches\lcds26_hotfixes\frameworks\projects\data\src\mx\data\DataMessageCache.as:684] at mx.data::DataStore/http://www.adobe.com/2006/flex/mx/internal::logUpdate()[C:\depot\DataServices\branches\lcds26_hotfixes\frameworks\projects\data\src\mx\data\DataStore.as:2501] at mx.data::ConcreteDataService/itemUpdateHandler()[C:\depot\DataServices\branches\lcds26_hotfixes\frameworks\projects\data\src\mx\data\ConcreteDataService.as:6145] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() das scheint ein lcds bug zu sein. vielleicht ist jemand auf das selbe problem gestossen und hat eine loesung gefunden. vielen dank fuer die hilfe