Thanks. Without the binding the timeout does not occur, since that's what causes the rather complex method ListBase.setSelectionDataLoop to be called. I suspect that it might have to do with looking for a selected object that is not part of the data provider collection, but that's only a temporary situation, and adding a selectedItemsCompareFunction did not help.
Still digging... On Mon, May 17, 2010 at 1:04 AM, Oleg Sivokon <[email protected]> wrote: > > > First of I'd remove all the bindings, because binding may be silencing > errors ans than may be running in loop not knowing what to update first. I > also think that you only copied the top of the error stack trace, could you > tell if there was something looking like recursion, i.e. you would see > repetitive blocks of stack frames. > > Best. > > Oleg > >

