Page 1 of 1

List Index out of bounds

Posted: Mon Jun 15, 2009 7:50 pm
by palmeira
Sometimes I get a List Index out of bounds while working with a text in ScaleRichView (normal editing operations, i. e., typing, selecting, deleting text).

SclRview.pas
The sequence that leads to the error is always the same:
UpdateRect - line 5980
PaintPage - line 5559
DrawComponents - line 10981
DrawTreeComponent - line 10842

CRVData.pas
GetItem - line 7131

RVItem - line 5061 - ERROR


All the best,

Alexandre

Posted: Mon Jun 15, 2009 9:45 pm
by proxy3d
You use what version SRV?

Posted: Wed Jun 24, 2009 6:48 pm
by palmeira
I thought I was using the lastest version, but I was not. Since I have moved to version 2.2, all works perfectly. Thanks.