Page 1 of 1

CaretMove bug??

Posted: Wed Sep 06, 2006 7:39 am
by yoon jin suk
I uses RichViewEdit v1.9.22 and RVRuler.
and I uses Delphi 7.

I uses OnCaretMove event..

SomeTimes 'List Index Out of Bounds Exception' is accured.

The source which is in OnCaretMove event Function is only..

if RichViewEdit1.CurItemNo = -1 then
exit;

I guess .. RichViewEdit1.CurItemNo might problem.

Is it CaretMove's bug?
How can I use CaretMove event with no Exception raise..

Posted: Wed Sep 06, 2006 1:38 pm
by shmp
Try updating the TRuler first?

Posted: Wed Sep 06, 2006 4:54 pm
by Sergey Tkachenko
Yes, upgrade to the latest TRichView (1.9.24) and the latest RichViewActions (http://www.trichview.com/resources/acti ... tionsb.zip)
I hope the problem will be fixed.

Thank you~

Posted: Fri Sep 08, 2006 8:32 am
by yoon jin suk
I solved it~ Thank you~

The cause was version problem. thank you~