Search found 2 matches

by AsteruxBT
Mon Aug 16, 2021 9:16 am
Forum: Support
Topic: Set Cursorposition (Line, Col) in RichViewEdit
Replies: 2
Views: 5744

Re: Set Cursorposition (Line, Col) in RichViewEdit

Hello,

thank you very much for the answer.
RVGetLinearCaretPos and RVSetLinearCaretPos worked fine in the first test.

Greetings from Bavaria in Germany
AsterixBT
by AsteruxBT
Mon Aug 09, 2021 5:47 am
Forum: Support
Topic: Set Cursorposition (Line, Col) in RichViewEdit
Replies: 2
Views: 5744

Set Cursorposition (Line, Col) in RichViewEdit

Hello,

I copy a text 1:1 from a RichViewEdit to a DBRichViewEdit and then I want to stand with the cursor in the DBRichViewEdit at the same position in the text as before in the RichViewEdit.
With the function: GetCurrentLineCol(Row,Col) I get the current row and column in the text.
But how can I ...