thank you for your help. I implemented the quickfix and everything is working fine.
Search found 42 matches
- Wed Nov 26, 2025 7:19 am
- Forum: Support
- Topic: RemoveHyperlinks Action deletes entire text instead of only removing hyperlink
- Replies: 3
- Views: 454
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.
thank you for your help. I implemented the quickfix and everything is working fine.
- Fri Nov 21, 2025 7:41 am
- Forum: Support
- Topic: RemoveHyperlinks Action deletes entire text instead of only removing hyperlink
- Replies: 3
- Views: 454
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 ...
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 ...
- Wed Nov 05, 2025 2:50 pm
- Forum: Support
- Topic: Undoing overwritten Hyperlinks
- Replies: 1
- Views: 1625
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
you can close this topic. The issue was due to me editing the hyperlink font in the OnKeyDown event
- Wed Nov 05, 2025 10:01 am
- Forum: Support
- Topic: Undoing overwritten Hyperlinks
- Replies: 1
- Views: 1625
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 ...
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 ...
- Tue Oct 14, 2025 8:45 am
- Forum: Support
- Topic: Scalerichview Hyperlink Underlinecolor black
- Replies: 3
- Views: 13421
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 ...
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 ...
- Mon Oct 13, 2025 1:48 pm
- Forum: Support
- Topic: Scalerichview Hyperlink Underlinecolor black
- Replies: 3
- Views: 13421
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 ...
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 ...
- Fri Jul 25, 2025 7:01 am
- Forum: Support
- Topic: Changing Font from inserted Hyperlink
- Replies: 2
- Views: 65448
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
Thanks to your example, creating a new style worked perfectly — no errors occurred at all.
I appreciate your help!
Kind regards, Tom
- Thu Jul 24, 2025 6:56 am
- Forum: Support
- Topic: Changing Font from inserted Hyperlink
- Replies: 2
- Views: 65448
Changing Font from inserted Hyperlink
Hello RichView Support,
I'd like to customize certain font properties of hyperlinks that are pasted into the RichView editor. My goal is to apply these formatting changes only when a hyperlink is inserted via the paste operation.
Currently, I’m using the following code within the OnPaste event of ...
I'd like to customize certain font properties of hyperlinks that are pasted into the RichView editor. My goal is to apply these formatting changes only when a hyperlink is inserted via the paste operation.
Currently, I’m using the following code within the OnPaste event of ...
- Thu Jul 03, 2025 11:20 am
- Forum: Support
- Topic: GetItemStyle returns value of six
- Replies: 1
- Views: 76827
GetItemStyle returns value of six
Hello RichView Support,
I have pasted a hyperlink into a RichEdit control, and while debugging, I noticed something unexpected:
The ItemStyle of the hyperlink returns the value 6.
Return Value six.png
However, according to your documentation, the collection of text styles only goes up to number 5 ...
I have pasted a hyperlink into a RichEdit control, and while debugging, I noticed something unexpected:
The ItemStyle of the hyperlink returns the value 6.
Return Value six.png
However, according to your documentation, the collection of text styles only goes up to number 5 ...
- Wed Jun 18, 2025 8:43 am
- Forum: Support
- Topic: Events for Adding and Deleting Column in Table
- Replies: 0
- Views: 99198
Events for Adding and Deleting Column in Table
Hello RichView Support,
I have a question regarding table modifications:
Is there a specific event that is triggered when columns are added to or deleted from a table?
Adding or deleting an entire table works fine — I'm currently using the ItemAction event and checking for StyleNo = -60 (which ...
I have a question regarding table modifications:
Is there a specific event that is triggered when columns are added to or deleted from a table?
Adding or deleting an entire table works fine — I'm currently using the ItemAction event and checking for StyleNo = -60 (which ...
- Tue Jun 17, 2025 10:18 am
- Forum: Support
- Topic: Tab Key Behavior with Bulleted Lists in TRichViewEdit
- Replies: 1
- Views: 61390
Tab Key Behavior with Bulleted Lists in TRichViewEdit
Hello Richview-Support,
I have the following question: Is it possible to indent bullet points with a tab in TRichview?
In my Richviewedit i have these bullet points
BulletPoints Ausgangssituation.png
If I press tab, only the text moves.+
BulletPoints Verschoben.png
In Word, the next indent will ...
I have the following question: Is it possible to indent bullet points with a tab in TRichview?
In my Richviewedit i have these bullet points
BulletPoints Ausgangssituation.png
If I press tab, only the text moves.+
BulletPoints Verschoben.png
In Word, the next indent will ...
- Fri Jun 06, 2025 11:46 am
- Forum: Support
- Topic: Selected Text in font combobox ScaleRichviewEditor
- Replies: 3
- Views: 106625
Re: Selected Text in font combobox ScaleRichviewEditor
Hello again, Sergey,
With your solution, everything works fine. You can close the topic.
With your solution, everything works fine. You can close the topic.
- Fri Jun 06, 2025 11:20 am
- Forum: Support
- Topic: RVFont/RvFontSize- Combobox preview on highlighted items possible
- Replies: 3
- Views: 88087
Re: RVFont/RvFontSize- Combobox preview on highlighted items possible
Hello Sergey,
My font ComboBoxes have autocomplete enabled. Still, hovering over dropdown items doesn't apply the font change—only selecting and clicking does.
Is it possible to apply font changes on hover while using autocomplete?
My font ComboBoxes have autocomplete enabled. Still, hovering over dropdown items doesn't apply the font change—only selecting and clicking does.
Is it possible to apply font changes on hover while using autocomplete?
- Fri Jun 06, 2025 9:20 am
- Forum: Support
- Topic: RVFont/RvFontSize- Combobox preview on highlighted items possible
- Replies: 3
- Views: 88087
RVFont/RvFontSize- Combobox preview on highlighted items possible
Hello Richview-Support,
I have the following question:
Can the rvFont- and rvFontSizecombobox change the font while selecting the dropdown items of it like in Word? Is there a setting or is there an event which i could use?
I have the following question:
Can the rvFont- and rvFontSizecombobox change the font while selecting the dropdown items of it like in Word? Is there a setting or is there an event which i could use?
- Fri Jun 06, 2025 7:05 am
- Forum: Support
- Topic: Selected Text in font combobox ScaleRichviewEditor
- Replies: 3
- Views: 106625
Re: Selected Text in font combobox ScaleRichviewEditor
Hello Sergey,
Thank you for the information. I will try it out and give you feedback afterwards.
Thank you for the information. I will try it out and give you feedback afterwards.