Re: [Vala] Bug with cleared Gee.ArrayList



On Mon, 2013-11-11 at 19:39 -0008, Jim Nelson wrote:
My bet is that it's a bounds error, i.e. you called ArrayList.get()
with index < 0 or index >= ArrayList.size.  (Note that the [] operator
is actually a call to the .get() method.)


I triggered a cursor-changed-event by deleting the rows, thereby
invoking a second call to render. I circumvented the problem by
monitoring the clearing-status in a bool variable and not invoking
render() again when this bool is true.

Thanks for your help.

Regards, Grindhold



Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]