Page 1 of 1
Scalerichview Hyperlink Underlinecolor black
Posted: Mon Oct 13, 2025 1:48 pm
by tomr
Hello RichView Support,
I have the following issue:
I load text from a RichViewEdit into a ScaleRichViewEdit.
The text contains a hyperlink.
In the RichViewEdit, the hyperlink is displayed correctly — both the text and underline are blue.

- Hyperlink Underlinecolor Blue.png (4.2 KiB) Viewed 45320 times
However, in the ScaleRichViewEdit, the underline color is black.

- Hyperlink Underlinecolor Black.png (18.16 KiB) Viewed 45322 times
I am using the same style templates for both editors.
Is there a setting that I might be missing?
I appreciate your help!
Best regards,
Tom
Re: Scalerichview Hyperlink Underlinecolor black
Posted: Mon Oct 13, 2025 8:09 pm
by Sergey Tkachenko
Please send me a file that you load in ScaleRichView to email richviewgmailcom
Re: Scalerichview Hyperlink Underlinecolor black
Posted: Tue Oct 14, 2025 8:45 am
by tomr
Hi Sergey,
Everything looks fine when using the RVF.
If I load my extracted RVF into the ScaleRichView “Action Test Demo”, the document loads correctly and the hyperlink is displayed entirely in blue.
So I think the issue must be related to a setting in my own ScaleRichView or the connected RichEdit.
Do you have any suggestions?
Best regards
Tom
Re: Scalerichview Hyperlink Underlinecolor black
Posted: Wed Oct 15, 2025 10:03 am
by Sergey Tkachenko
Check, maybe for some reason this link has black underline color specified.
1) Format | Style Inspector. But it shows only character attributes applied on top of styles (StyleTemplates).
2) Font dialog (color in "underline" section)
Re: Scalerichview Hyperlink Underlinecolor black
Posted: Wed Apr 08, 2026 11:22 am
by tomr
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.

- Hyperlinkdialog LinkColor.png (31.81 KiB) Viewed 1057 times

- Fontdialog Underline Color.png (39.06 KiB) Viewed 1057 times
Re: Scalerichview Hyperlink Underlinecolor black
Posted: Wed Apr 08, 2026 1:14 pm
by tomr
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 (11.62 KiB) Viewed 1052 times
Add the following lines:
PageProperty.CaretPen.Mode = pmBlack
PageProperty.BorderPen.Color = clWhite
PageProperty.BorderPen.Mode = pmNot
PageProperty.BorderPen.Style = psClear
Then press Alt + F12 again and run the demo.
When you type an email address, the link underline color appears black.

- LineColorBlack.png (2.08 KiB) Viewed 1052 times
I’m not sure if this is the intended behavior, but I wanted to let you know.
Hope this helps.
Re: Scalerichview Hyperlink Underlinecolor black
Posted: Mon Apr 27, 2026 10:44 am
by Sergey Tkachenko
The problem is in not restoring Canvas.Pen.Mode to pmCopy after using BorderPen. It will be fixed in the next update.