List Index out of bounds

ScaleRichView support and discussion (TRichView add-on for WYSIWYG editing)
Post Reply
palmeira
Posts: 139
Joined: Mon Sep 12, 2005 10:18 pm

List Index out of bounds

Post 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
proxy3d
ScaleRichView Developer
Posts: 307
Joined: Mon Aug 07, 2006 9:37 am

Post by proxy3d »

You use what version SRV?
palmeira
Posts: 139
Joined: Mon Sep 12, 2005 10:18 pm

Post 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.
Post Reply