CaretMove bug??

General TRichView support forum. Please post your questions here
Post Reply
yoon jin suk
Posts: 20
Joined: Fri Sep 01, 2006 4:20 am
Location: seoul korea

CaretMove bug??

Post 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..
shmp
Posts: 140
Joined: Sun Aug 28, 2005 10:19 am
Location: Sabah, Malaysia.
Contact:

Post by shmp »

Try updating the TRuler first?
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
yoon jin suk
Posts: 20
Joined: Fri Sep 01, 2006 4:20 am
Location: seoul korea

Thank you~

Post by yoon jin suk »

I solved it~ Thank you~

The cause was version problem. thank you~
Post Reply