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..
CaretMove bug??
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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.
I hope the problem will be fixed.
-
- Posts: 20
- Joined: Fri Sep 01, 2006 4:20 am
- Location: seoul korea
Thank you~
I solved it~ Thank you~
The cause was version problem. thank you~
The cause was version problem. thank you~