Search found 65 matches

by tomr
Wed Aug 05, 2026 11:55 am
Forum: Support
Topic: Different Handling overriting links in trichview
Replies: 2
Views: 7047

Re: Different Handling overriting links in trichview

Hi Sergey,
Sorry, my previous description may have been inaccurate.
You do not need to select the entire line—that was incorrect.
Wright Selection.png
Wright Selection.png (15.17 KiB) Viewed 7036 times
Instead, only select the spaces after the hyperlink together with the hyperlink itself.
Wrong Selection.png
Wrong Selection.png (6.06 KiB) Viewed 7036 times
by tomr
Tue Aug 04, 2026 1:49 pm
Forum: Support
Topic: Different View of the same Text in ScaleRichview
Replies: 2
Views: 1951

Re: Different View of the same Text in ScaleRichview

Hello again,
I have created a small Delphi demo project that uses only the basic RichView components and reproduces the described effect.

Please find the attached ZIP file containing the demo project.

Stepts To Reproduce:
Start the Project --> Richview with RightMargin should be displayed ...
by tomr
Tue Aug 04, 2026 7:00 am
Forum: Support
Topic: Different View of the same Text in ScaleRichview
Replies: 2
Views: 1951

Different View of the same Text in ScaleRichview

Hi RichView Support,
I have an additional editor form that uses a ScaleRichView to display the same document as my RichViewEdit.
The loaded RVF file is identical, and I have verified that the margins and paragraph indents are the same in both controls. The ZoomFactor is 100%, and PageViewMode is ...
by tomr
Thu Jun 11, 2026 11:34 am
Forum: Support
Topic: Duplicating Rows from Tables in Richview
Replies: 4
Views: 4406

Re: Duplicating Rows from Tables in Richview

Hi Sergey,
Thank you for the answer. This helps. :)
Topic can be closed.
by tomr
Mon Jun 01, 2026 6:46 am
Forum: Support
Topic: Issue with Text Formatting when Copying from RichEdit
Replies: 3
Views: 3652

Re: Issue with Text Formatting when Copying from RichEdit

Hi Sergey,
A fix in the next Update is totally fine.
by tomr
Mon Jun 01, 2026 6:39 am
Forum: Support
Topic: Duplicating Rows from Tables in Richview
Replies: 4
Views: 4406

Re: Duplicating Rows from Tables in Richview

Hi Sergey,

Thank you for your quick reply and for the information! 😄

Ah, okay, that helps a lot.
Yes, I just wanted to ask whether it would be possible. If not, that's completely fine.
You can copy the contents individually instead.

Thanks again!
by tomr
Thu May 28, 2026 8:41 am
Forum: Support
Topic: Duplicating Rows from Tables in Richview
Replies: 4
Views: 4406

Duplicating Rows from Tables in Richview

Hi Sergey,
While working with tables in RichEdit, I came across the following issue.
I was not able to reproduce it with a newly created table, so I attached an example RVF file.
Table Example.rvf

Steps to reproduce:
Open the RichViewActionsTest demo.
Open the attached RVF file.
You should see a ...
by tomr
Tue May 26, 2026 12:08 pm
Forum: Support
Topic: Issue with Text Formatting when Copying from RichEdit
Replies: 3
Views: 3652

Issue with Text Formatting when Copying from RichEdit

Hi Sergey,
I have encountered an issue that I can reproduce in the RichViewActionTest demo.
Please type the following text:
Example Text.png

After copying this text and pasting it into Microsoft Word or Outlook, the formatting/display appears differently.
Text Pasted in Office.png
However, if I ...
by tomr
Mon Apr 27, 2026 7:58 am
Forum: Support
Topic: Issue with Copying Images from RichView (RVF)
Replies: 10
Views: 13287

Re: Issue with Copying Images from RichView (RVF)

Hi Sergey,
Thanks for the reply and information. Then I will wait for the next update. :D
by tomr
Mon Apr 27, 2026 6:34 am
Forum: Support
Topic: Text disappears after Typing in ScaleRichView with scaling (150%)
Replies: 5
Views: 127579

Re: Text disappears after Typing in ScaleRichView with scaling (150%)

Hi Sergey,
You can go ahead and close this topic. I didn’t find a direct solution to the original problem, but I’ve switched to a different approach for scaling my ScaleRichEdit.
I’ve set the “Scaled” property of the editor form (the form that contains the ScaleRichEdit) to false, and now handle ...
by tomr
Fri Apr 24, 2026 1:10 pm
Forum: Support
Topic: Issue with Copying Images from RichView (RVF)
Replies: 10
Views: 13287

Re: Issue with Copying Images from RichView (RVF)

Hi Stan,
Thanks for the help. It is working fine. :D
by tomr
Thu Apr 23, 2026 12:03 pm
Forum: Support
Topic: Issue with Copying Images from RichView (RVF)
Replies: 10
Views: 13287

Issue with Copying Images from RichView (RVF)

Hello RichView Support,
I’m encountering an issue with an image embedded in a RichEdit control using RichView.
I’ve attached an RVF file that demonstrates the problem. Test Bild.rvf When copying the image from this document, it cannot be pasted into applications like Paint. Additionally, the ...
by tomr
Wed Apr 08, 2026 1:14 pm
Forum: Support
Topic: Scalerichview Hyperlink Underlinecolor black
Replies: 7
Views: 60406

Re: Scalerichview Hyperlink Underlinecolor black

Hi Sergey,
I was able to reproduce the issue in your ScaleRichView demo (ScaleRichView ActionTest).

To do this, open the DFM part of the ScaleRichView demo. Open the project in Delphi and press Alt + F12, then search for the RichEdit component.
Demo DFM Enter.png
Add the following lines ...
by tomr
Wed Apr 08, 2026 11:22 am
Forum: Support
Topic: Scalerichview Hyperlink Underlinecolor black
Replies: 7
Views: 60406

Re: Scalerichview Hyperlink Underlinecolor black

Hi Sergey,
I checked the underline color in both the font settings and the hyperlink editor. In both dialogs, the color is set to automatic.
Fontdialog Underline Color.png
Fontdialog Underline Color.png (39.06 KiB) Viewed 16141 times
Hyperlinkdialog LinkColor.png
Hyperlinkdialog LinkColor.png (31.81 KiB) Viewed 16141 times
by tomr
Thu Apr 02, 2026 12:58 pm
Forum: Support
Topic: Different Handling overriting links in trichview
Replies: 2
Views: 7047

Different Handling overriting links in trichview

Hello TRichView Support,
I have encountered an issue regarding overwriting hyperlinks, which can also be reproduced in the demo application.

When the hyperlink is the first element in a line, everything works as expected:
Enter an email address so that the hyperlink is automatically detected ...