Page 1 of 1

TSRichViewEdit - key handling in srvvmPreviewMode

Posted: Fri Oct 03, 2014 3:18 pm
by Jim Knopf
If I set TSRichViewEdit to srvvmPreviewMode, I only can navigate using the scrollbar.
Is there a possibility to enable keystrokes up/down/PgUp/PgDown to navigate throug the document?

Posted: Mon Oct 06, 2014 3:46 pm
by Sergey Tkachenko
We will try to fix it in the next update.

Posted: Sat Oct 25, 2014 5:18 pm
by Sergey Tkachenko
Well, in this mode, the caret is still in the document, but it is hidden. You can move this invisible caret using keys, and the editor scrolls to show the caret location.
We do not plan to change it in near future, sorry.
You can implement your own scrolling by processing OnKeyDown