Search found 13 matches

by mohonko
Mon Jun 04, 2018 9:26 pm
Forum: Support
Topic: PreviewMode in ScaleRichView no work
Replies: 1
Views: 8535

Re: PreviewMode in ScaleRichView no work

Figured it out. You need to write in the OnKeyPress event Key := #0;
by mohonko
Mon Jun 04, 2018 12:08 pm
Forum: Support
Topic: PreviewMode in ScaleRichView no work
Replies: 1
Views: 8535

PreviewMode in ScaleRichView no work

Hello! I load the file into ScaleRichViewEdit, turn on the view mode, but why if I click on the space to the left or right of the sheet, I then pressing the letter keys to enter the text again, even though I turned on the view mode tomorrow using the PreviewMode parameter? Is this a bug or am I doin...
by mohonko
Wed May 23, 2018 10:50 am
Forum: Support
Topic: Prevent characters from being entered or deleted
Replies: 3
Views: 25858

Re: Prevent characters from being entered or deleted

It is necessary to change the selected part of the document. This requires that you can not cut the text, too.
by mohonko
Wed May 23, 2018 9:03 am
Forum: Support
Topic: Prevent characters from being entered or deleted
Replies: 3
Views: 25858

Prevent characters from being entered or deleted

Hello! There is a RichViewEdit In which I need to prevent any new content from being entered and deleted, but need to keep the ability to change the font, style, alignment, colors, list styles. Is it possible to do it in RichViewEdit in the least labour-intensive way?
by mohonko
Sat May 05, 2018 8:29 pm
Forum: Support
Topic: Move caret to end text cell
Replies: 3
Views: 12909

Re: Move caret to end text cell

You have a typing error, as it turned out. It is necessary to write not "TCustomRVFFormattedData" and "TCustomRVFormattedData". Thank you, you helped me a lot.
by mohonko
Sat May 05, 2018 8:21 pm
Forum: Support
Topic: Move caret to end text cell
Replies: 3
Views: 12909

Re: Move caret to end text cell

I am used CRVFData and RVTable, but is my compiler show message "Undeclared identifier". What is it? In uses main unit i'am wrtite it is modules. The procedure that moves the caret is also in the main module. My version RichViewEdit 16.5.
by mohonko
Sat May 05, 2018 5:54 pm
Forum: Support
Topic: Move caret to end text cell
Replies: 3
Views: 12909

Move caret to end text cell

Hello! How to move a caret to the end of text in a table cell?
by mohonko
Tue May 01, 2018 9:10 pm
Forum: Support
Topic: How Right to cancel the add table row data
Replies: 2
Views: 11142

How Right to cancel the add table row data

Hello! Your advice, please. On the form, created a button that adds a row to the table and inserts a digit in the first column. If I create an " Undo group "at the beginning of the row creation and finish its creation after adding a digit, then I try to cancel the"Access violation&quo...
by mohonko
Sat Mar 31, 2018 5:49 pm
Forum: Support
Topic: Hide and show a button in a table cell on RichViewEdit
Replies: 11
Views: 29770

Re: Hide and show a button in a table cell on RichViewEdit

Is there any way to determine whether the cursor is on the left or right side of the table?
by mohonko
Mon Mar 26, 2018 11:41 am
Forum: Support
Topic: Hide and show a button in a table cell on RichViewEdit
Replies: 11
Views: 29770

Re: Hide and show a button in a table cell on RichViewEdit

Thank you very much. This mehod is good. How to disable the ability to change the external dimensions of the border with the mouse?
by mohonko
Sat Mar 24, 2018 11:14 pm
Forum: Support
Topic: Hide and show a button in a table cell on RichViewEdit
Replies: 11
Views: 29770

Re: Hide and show a button in a table cell on RichViewEdit

Thanks. This method i am used. How to make the button (rvsComponent) inserted into the table not move along with the text? How to set the cursor to enter text into a specific cell of the table in RichViewEdit?
by mohonko
Fri Mar 23, 2018 5:31 pm
Forum: Support
Topic: Hide and show a button in a table cell on RichViewEdit
Replies: 11
Views: 29770

Hide and show a button in a table cell on RichViewEdit

Hello! Help me please. I write a program in which the main component is a table created in RichViewEdit. In this table, I need a button to appear when clicking on certain cells, clicking on which displays the menu, and when the cell loses focus, the button disappears. Looking for how to do it on the...