Re: [flexcoders] Bookmark no longer valid, please help

2009-06-25 Thread Mika Kiljunen
I'm having the same exact problem. In my ADG I have an object that contains an arraycollection. Sometimes when I add or remove an item from that collection I get the same exact error. There seems to be some problem within the cursor since it eventually boils down to some index being -1 in deep

[flexcoders] Bookmark no longer valid, please help

2009-01-13 Thread luke_lee1124
Hi, All, In my application, var tempAC:ArrayCollection = (lastSectionItem.children as ArrayCollection); tempAC.addItemAt(newPage,insertIndex); //lastSectionItem is the selected node of advanceddatagrid. //so those codes means add a child to a