CaretMove bug??
Posted: Wed Sep 06, 2006 7:39 am
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..
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..