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.
However, in the ScaleRichViewEdit, the underline color is black.
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
Scalerichview Hyperlink Underlinecolor black
-
Sergey Tkachenko
- Site Admin
- Posts: 18099
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Scalerichview Hyperlink Underlinecolor black
Please send me a file that you load in ScaleRichView to email richviewgmailcom
Re: Scalerichview Hyperlink Underlinecolor black
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
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
-
Sergey Tkachenko
- Site Admin
- Posts: 18099
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Scalerichview Hyperlink Underlinecolor black
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)
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
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.
I checked the underline color in both the font settings and the hyperlink editor. In both dialogs, the color is set to automatic.
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. 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. I’m not sure if this is the intended behavior, but I wanted to let you know.
Hope this helps.
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. 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. I’m not sure if this is the intended behavior, but I wanted to let you know.
Hope this helps.