Hello TRichview Support,
While working with tables in Richedits, I had the following issue:
I have inserted a table from Excel into a Richedit. Now I want to copy the table from the richedit into an E-Mail.
Tabelle in Demo.png
If I start the selection from the left side, copy it, and paste it ...
Search found 26 matches
- Mon Mar 24, 2025 12:46 pm
- Forum: Support
- Topic: Copied tables from richedits are displayed incorrectly
- Replies: 1
- Views: 17715
- Mon Dec 16, 2024 10:11 am
- Forum: Support
- Topic: Text disappears after Typing in ScaleRichView with scaling (150%)
- Replies: 4
- Views: 106368
Re: Text disappears after Typing in ScaleRichView with scaling (150%)
Hi Sergey,
After analyzing and debugging my Code I found a solution for my described issue.
If I use an invalidate instead of an update in the method TRVScroller.SetVPos
RVScroller SetVPos Invalidate.png
everything is displayed correctly.
It seems that the difference between these two is that ...
After analyzing and debugging my Code I found a solution for my described issue.
If I use an invalidate instead of an update in the method TRVScroller.SetVPos
RVScroller SetVPos Invalidate.png
everything is displayed correctly.
It seems that the difference between these two is that ...
- Wed Nov 27, 2024 12:14 pm
- Forum: Support
- Topic: Text disappears after Typing in ScaleRichView with scaling (150%)
- Replies: 4
- Views: 106368
Re: Text disappears after Typing in ScaleRichView with scaling (150%)
Hi Sergey,
yes i use the newest version of Scalerichview.
i tried reproducing this effect using the Scalerichview "Action Test Demo". Unfortunately i could not reproduce it.
It seems like this is a problem caused by other code.
yes i use the newest version of Scalerichview.
i tried reproducing this effect using the Scalerichview "Action Test Demo". Unfortunately i could not reproduce it.
It seems like this is a problem caused by other code.
- Wed Nov 27, 2024 12:10 pm
- Forum: Support
- Topic: Searching for strings containing a linebreak using SearchText
- Replies: 1
- Views: 75710
Searching for strings containing a linebreak using SearchText
Hello,
we have a TRichView in which I search for certain strings using the SearchText-method. Afterwards I replace the found string by some other string.
This works fine as long as the string I am looking for does not contain a linebreak.
For example I want to search for 'ooo' + #13#10 + 'ooo' in ...
we have a TRichView in which I search for certain strings using the SearchText-method. Afterwards I replace the found string by some other string.
This works fine as long as the string I am looking for does not contain a linebreak.
For example I want to search for 'ooo' + #13#10 + 'ooo' in ...
- Tue Nov 26, 2024 4:22 pm
- Forum: Support
- Topic: Text disappears after Typing in ScaleRichView with scaling (150%)
- Replies: 4
- Views: 106368
Text disappears after Typing in ScaleRichView with scaling (150%)
Hi, I have the following problem:
In my program, I use the ScalerichviewEdit. In Windows, a scaling of 150% is configured.
The Scalerichview already contains the following Text:
Already Contained Text.png
If I open the text with scaling and click at the end of the text, the cursor seems to change ...
In my program, I use the ScalerichviewEdit. In Windows, a scaling of 150% is configured.
The Scalerichview already contains the following Text:
Already Contained Text.png
If I open the text with scaling and click at the end of the text, the cursor seems to change ...
- Mon Apr 03, 2023 1:51 pm
- Forum: Support
- Topic: Disable Undo/Redo temporarily
- Replies: 2
- Views: 13430
Re: Disable Undo/Redo temporarily
Hi Stan,
I really appreciate your help. I have tried your suggestion and it works fine. I was not sure if setting the count to 0, would reset the undo list.
It does not. After setting the count back to the count I saved temporaily my undo list was correct
Thank you.
Best regards
Tom
I really appreciate your help. I have tried your suggestion and it works fine. I was not sure if setting the count to 0, would reset the undo list.
It does not. After setting the count back to the count I saved temporaily my undo list was correct

Thank you.
Best regards
Tom
- Mon Apr 03, 2023 12:56 pm
- Forum: Support
- Topic: Disable Undo/Redo temporarily
- Replies: 2
- Views: 13430
Disable Undo/Redo temporarily
Hi Sergey,
I was wondering if there is a possible way to disable undo/redo temporarily. I want to make changes to a richedit and the specific changes should not be part of the undo list. Nevertheless i do not want to clear the undolist completly. Is there a lock function or anything else, I could ...
I was wondering if there is a possible way to disable undo/redo temporarily. I want to make changes to a richedit and the specific changes should not be part of the undo list. Nevertheless i do not want to clear the undolist completly. Is there a lock function or anything else, I could ...
- Wed Dec 21, 2022 1:29 pm
- Forum: Support
- Topic: Richviewedit Font resets after clicking at the cursor position
- Replies: 6
- Views: 22989
Re: Richviewedit Font resets after clicking at the cursor position
Hello Sergey,
Thank you for your fast reply and additional Information.
1. Ah ok, that makes sense. You are right, usually, extra clicking is unnecessary.
2. I would appreciate it if you add such an option in the future,
Thank you for your fast reply and additional Information.

1. Ah ok, that makes sense. You are right, usually, extra clicking is unnecessary.
2. I would appreciate it if you add such an option in the future,
- Wed Dec 21, 2022 12:42 pm
- Forum: Support
- Topic: Richviewedit Font resets after clicking at the cursor position
- Replies: 6
- Views: 22989
Re: Richviewedit Font resets after clicking at the cursor position
Hello standay,
thank you for your reply.
I have got Word 2016 installed and for me, it works as described above.
Implementing the CurTextStyleChanged Event is a Good Idea, I will try it.
thank you for your reply.
I have got Word 2016 installed and for me, it works as described above.
Implementing the CurTextStyleChanged Event is a Good Idea, I will try it.
- Wed Dec 21, 2022 11:46 am
- Forum: Support
- Topic: Richviewedit Font resets after clicking at the cursor position
- Replies: 6
- Views: 22989
Re: Richviewedit Font resets after clicking at the cursor position
While testing, I found another dissonance regarding fonts from selected paragraphs.
Situation:
I have a paragraph that contains two or more different fonts. I select the complete section. Now the combo box for the font is filled with the last font.
Selection starts from the top ...
Situation:
I have a paragraph that contains two or more different fonts. I select the complete section. Now the combo box for the font is filled with the last font.
Selection starts from the top ...
- Wed Dec 21, 2022 11:18 am
- Forum: Support
- Topic: Richviewedit Font resets after clicking at the cursor position
- Replies: 6
- Views: 22989
Richviewedit Font resets after clicking at the cursor position
Hello Richview Support,
While working with Richviewedits I found some dissonances regarding fonts.
If I change the font at the end of a sentence and start typing immediately, everything is fine, and I can start writing with the selected font.
ChangedFontAfterTyping.png
Nevertheless, if I click at ...
While working with Richviewedits I found some dissonances regarding fonts.
If I change the font at the end of a sentence and start typing immediately, everything is fine, and I can start writing with the selected font.
ChangedFontAfterTyping.png
Nevertheless, if I click at ...
- Wed Aug 17, 2022 5:42 am
- Forum: Support
- Topic: Font "Courier" is displayed wrong in ScaleRichview
- Replies: 2
- Views: 12678
Re: Font "Courier" is displayed wrong in ScaleRichview
I will use these fonts instead.
Thank you for your advice and your fast reply
Thank you for your advice and your fast reply

- Tue Aug 16, 2022 9:52 am
- Forum: Support
- Topic: Font "Courier" is displayed wrong in ScaleRichview
- Replies: 2
- Views: 12678
Font "Courier" is displayed wrong in ScaleRichview
Hello Richview Support,
I have got the following issue:
Text which is written in Font "Courier" is displayed wrong in ScaleRichview.
ScaleRichview mit Courier.png
If you put the text into a richedit, everything looks fine.
RichviewEdit mit Courier.png
This issue can be reproduced with the ...
I have got the following issue:
Text which is written in Font "Courier" is displayed wrong in ScaleRichview.
ScaleRichview mit Courier.png
If you put the text into a richedit, everything looks fine.
RichviewEdit mit Courier.png
This issue can be reproduced with the ...
- Thu Jun 09, 2022 6:51 am
- Forum: Support
- Topic: Scaling large images diagonally at the right border Scalerichview
- Replies: 2
- Views: 9005
Re: Scaling large images diagonally at the right border Scalerichview
Now it works
.
Thank you for your help.

Thank you for your help.
- Tue May 31, 2022 7:17 am
- Forum: Support
- Topic: Scaling large images diagonally at the right border Scalerichview
- Replies: 2
- Views: 9005
Scaling large images diagonally at the right border Scalerichview
Hello Richview Support,
I can’t scale large images diagonally at the right border.
Steps to reproduce this effect:
1. Open and start the Scalerichview Demo
2. Apply the web layout
Weblayout.png
3. Clear the Text
4. Paste a large image into the editor (Attached you can find the image I was using ...
I can’t scale large images diagonally at the right border.
Steps to reproduce this effect:
1. Open and start the Scalerichview Demo
2. Apply the web layout
Weblayout.png
3. Clear the Text
4. Paste a large image into the editor (Attached you can find the image I was using ...