Search found 50 matches

by tomr
Tue Mar 24, 2026 3:50 pm
Forum: Support
Topic: RvFontCombobox behavior with multiple fonts
Replies: 4
Views: 338

Re: RvFontCombobox behavior with multiple fonts


These combo-boxes display the font of the current text style.
Yes, it was done for performance reasons.


Hi Sergey,
As you mentioned the current text style, I'm reporting a bug that can be reproduced in the demo.
Please enter the following text:

This is a text. This is another sentence
This is ...
by tomr
Mon Mar 23, 2026 8:20 am
Forum: Support
Topic: RvFontCombobox behavior with multiple fonts
Replies: 4
Views: 338

Re: RvFontCombobox behavior with multiple fonts

Hi,
Thank you both for your responses.
I will keep it that way then.
by tomr
Fri Mar 20, 2026 11:09 am
Forum: Support
Topic: RvFontCombobox behavior with multiple fonts
Replies: 4
Views: 338

RvFontCombobox behavior with multiple fonts

Hello RichView Support,
I have a question regarding the behavior of the RVFontComboBox.

In Microsoft Word, when selecting text that contains two or more different fonts, the font combo box appears empty, indicating mixed formatting.
Verhalten in Word.png
In RichView, however, when I replicate ...
by tomr
Mon Mar 16, 2026 7:35 am
Forum: Support
Topic: Question regards handling autodetecting hyperlinks
Replies: 2
Views: 1660

Re: Question regards handling autodetecting hyperlinks

Hi Sergey,
Thanks for the information.
by tomr
Thu Mar 12, 2026 2:24 pm
Forum: Support
Topic: Question regards handling autodetecting hyperlinks
Replies: 2
Views: 1660

Question regards handling autodetecting hyperlinks

Hello RichView Support,
I have a question regarding the automatic detection of hyperlinks. The behavior can be reproduced using the RichViewActionTest demo.

Steps to reproduce:

Start the demo and clear the RichView editor.
Type a string that will be detected as a hyperlink (for example: test ...
by tomr
Fri Jan 30, 2026 9:31 am
Forum: Support
Topic: Font Size ComboBox becomes empty after manual Font Name entry
Replies: 1
Views: 4208

Font Size ComboBox becomes empty after manual Font Name entry

Hello TRichView Support,
I am reaching out to report an issue where the Font Size ComboBox becomes empty and unresponsive under specific conditions. I can consistently reproduce this behavior in your RichViewActions test demo.
Empty Fontsize Box.png

Steps to Reproduce:
Open the RichViewAction ...
by tomr
Fri Jan 16, 2026 10:19 am
Forum: Support
Topic: Resetting Text Style for Selected Items Without Losing Hyperlinks
Replies: 3
Views: 7314

Re: Resetting Text Style for Selected Items Without Losing Hyperlinks

Hi Sergey,
Thanks for the quick reply.
We are not using StyleTemplates.

What I mean is resetting the font, similar to Microsoft Word.
Example:
I have a text that contains one hyperlink and some text with a different font (not the default font).
Word Hyperlink und andere Schriftart.png
If I select ...
by tomr
Thu Jan 15, 2026 11:36 am
Forum: Support
Topic: Resetting Text Style for Selected Items Without Losing Hyperlinks
Replies: 3
Views: 7314

Resetting Text Style for Selected Items Without Losing Hyperlinks

Hello RichView Support,

I would like to implement a shortcut (Ctrl+Space) that resets the font of all items in the current selection. Unfortunately, I cannot use ApplyTextStyle, because it removes or replaces my existing hyperlinks.
Is there a way to change the text style of a specific item while ...
by tomr
Wed Nov 26, 2025 7:19 am
Forum: Support
Topic: RemoveHyperlinks Action deletes entire text instead of only removing hyperlink
Replies: 3
Views: 13446

Re: RemoveHyperlinks Action deletes entire text instead of only removing hyperlink

Hi Sergey,
thank you for your help. I implemented the quickfix and everything is working fine. :D
by tomr
Fri Nov 21, 2025 7:41 am
Forum: Support
Topic: RemoveHyperlinks Action deletes entire text instead of only removing hyperlink
Replies: 3
Views: 13446

RemoveHyperlinks Action deletes entire text instead of only removing hyperlink

Hello TRichView Support,
after running the RemoveHyperlinks action, both the hyperlink and its text are removed. I can reproduce this behavior in your RichViewActionTest demo.

Steps to reproduce:
Start the RichViewActionTest program. The sample text is displayed as expected ...
by tomr
Wed Nov 05, 2025 2:50 pm
Forum: Support
Topic: Undoing overwritten Hyperlinks
Replies: 1
Views: 15283

Re: Undoing overwritten Hyperlinks

Hi again,
you can close this topic. The issue was due to me editing the hyperlink font in the OnKeyDown event
by tomr
Wed Nov 05, 2025 10:01 am
Forum: Support
Topic: Undoing overwritten Hyperlinks
Replies: 1
Views: 15283

Undoing overwritten Hyperlinks

Hello RichView Support,
I have a TRichViewEdit that contains a hyperlink.
When I select the hyperlink completely and press a key, it gets correctly overwritten — everything looks fine.
Hyperlink Markiert.png
Hyperlink überschrieben.png
However, when I try to undo this change using Ctrl+Z, only ...
by tomr
Tue Oct 14, 2025 8:45 am
Forum: Support
Topic: Scalerichview Hyperlink Underlinecolor black
Replies: 3
Views: 41569

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 ...
by tomr
Mon Oct 13, 2025 1:48 pm
Forum: Support
Topic: Scalerichview Hyperlink Underlinecolor black
Replies: 3
Views: 41569

Scalerichview Hyperlink Underlinecolor black

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
However, in the ...
by tomr
Fri Jul 25, 2025 7:01 am
Forum: Support
Topic: Changing Font from inserted Hyperlink
Replies: 2
Views: 89544

Re: Changing Font from inserted Hyperlink

Hi Sergey,
Thanks to your example, creating a new style worked perfectly — no errors occurred at all.
I appreciate your help!

Kind regards, Tom