RichViewEdit OnCaretMove doesn't works.

General TRichView support forum. Please post your questions here
Post Reply
Marsianin
Posts: 193
Joined: Sun Sep 25, 2005 11:03 pm

RichViewEdit OnCaretMove doesn't works.

Post by Marsianin »

Started to develop my app with previous version of TRichView.
And found that RichViewEdit OnCaretMove doesn't works in the last version.
Never fires when moving caret (by keyboard or mouse).
Marsianin
Posts: 193
Joined: Sun Sep 25, 2005 11:03 pm

Post by Marsianin »

Any suggestion ?
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Probably you use old version of RichViewActions where TRVRuler "ate" this event.
Marsianin
Posts: 193
Joined: Sun Sep 25, 2005 11:03 pm

Post by Marsianin »

No.
TRichView 1.9.8
RichViewActions 1.44

Just recompiled everything again. Same thing :(
Marsianin
Posts: 193
Joined: Sun Sep 25, 2005 11:03 pm

Post by Marsianin »

Added RichViewEdit1.OnCaretMove:=RichViewEdit1CaretMove; in the Main Form OnFormCreate. Now it's working.

Hope this will not cause any errors for RichViewActions ?
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

There is a newer version of RichViewActions available (at the same location). Please update your copy.
Marsianin
Posts: 193
Joined: Sun Sep 25, 2005 11:03 pm

Post by Marsianin »

Anything else new in this RichViewAction build ?
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

See history.txt in RichViewActions.
History log is also available in the protected section of this forum (for registered TRichView users).
Post Reply