trichview.support
OnCaretMove seems to be different in v1.9.6 |
Author |
Message |
Pieter E. |
Posted: 03/16/2005 16:50:02 Dear Sergey, I've installed RichView v1.9.6 and it seems that the 'OnCaretMove' has been changed. When I move the caret arround with my keys of mouse there seems no reactions. (In my previous version RichView v1.9.1.8 it worked) I use the following code (C++) for testing the OnCaretMove: void __fastcall TForm1::rveCaretMove(TObject *Sender) { ShowMessage("does it work?"); } I use the OnCaretMove to get the current row, current column and table information. Do you have any idea how to solve my problem? Thanks. Pieter E. |
Powered by ABC Amber Outlook Express Converter