Search found 33 matches

by tomr
Wed Jun 18, 2025 8:43 am
Forum: Support
Topic: Events for Adding and Deleting Column in Table
Replies: 0
Views: 6471

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 ...
by tomr
Tue Jun 17, 2025 10:18 am
Forum: Support
Topic: Tab Key Behavior with Bulleted Lists in TRichViewEdit
Replies: 1
Views: 4983

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 ...
by tomr
Fri Jun 06, 2025 11:46 am
Forum: Support
Topic: Selected Text in font combobox ScaleRichviewEditor
Replies: 3
Views: 19183

Re: Selected Text in font combobox ScaleRichviewEditor

Hello again, Sergey,
With your solution, everything works fine. You can close the topic. :D
by tomr
Fri Jun 06, 2025 11:20 am
Forum: Support
Topic: RVFont/RvFontSize- Combobox preview on highlighted items possible
Replies: 3
Views: 15836

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?
by tomr
Fri Jun 06, 2025 9:20 am
Forum: Support
Topic: RVFont/RvFontSize- Combobox preview on highlighted items possible
Replies: 3
Views: 15836

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?
Word Hover Auswahl 1.png
Word Hover Auswahl 1.png (15.6 KiB) Viewed 15836 times
Word Hover Auswahl 2.png
Word Hover Auswahl 2.png (16.49 KiB) Viewed 15836 times
Is there a setting or is there an event which i could use?
by tomr
Fri Jun 06, 2025 7:05 am
Forum: Support
Topic: Selected Text in font combobox ScaleRichviewEditor
Replies: 3
Views: 19183

Re: Selected Text in font combobox ScaleRichviewEditor

Hello Sergey,
Thank you for the information. I will try it out and give you feedback afterwards.
by tomr
Mon Jun 02, 2025 3:02 pm
Forum: Support
Topic: Selected Text in font combobox ScaleRichviewEditor
Replies: 3
Views: 19183

Selected Text in font combobox ScaleRichviewEditor

Hello Richview-Support,
while working with your ScaleRichView component I come up with the following question:
If I load the richviewactiontest demo and start the project. Now the font combobox has selected text.
ScaleRichview FontComboBox.png
If I open the richviewactiontest demo from the ...
by tomr
Mon Mar 24, 2025 12:46 pm
Forum: Support
Topic: Copied tables from richedits are displayed incorrectly
Replies: 1
Views: 39760

Copied tables from richedits are displayed incorrectly

Hello TRichview Support,
While working with tables in Richedits, I had the following issue:
I have inserted a table from Excel into a Richedit. Now I want to copy the table from the richedit into an E-Mail.
Tabelle in Demo.png
If I start the selection from the left side, copy it, and paste it ...
by tomr
Mon Dec 16, 2024 10:11 am
Forum: Support
Topic: Text disappears after Typing in ScaleRichView with scaling (150%)
Replies: 4
Views: 108669

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

Hi Sergey,
After analyzing and debugging my Code I found a solution for my described issue.
If I use an invalidate instead of an update in the method TRVScroller.SetVPos
RVScroller SetVPos Invalidate.png
everything is displayed correctly.
It seems that the difference between these two is that ...
by tomr
Wed Nov 27, 2024 12:14 pm
Forum: Support
Topic: Text disappears after Typing in ScaleRichView with scaling (150%)
Replies: 4
Views: 108669

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

Hi Sergey,
yes i use the newest version of Scalerichview.
i tried reproducing this effect using the Scalerichview "Action Test Demo". Unfortunately i could not reproduce it.
It seems like this is a problem caused by other code.
by tomr
Wed Nov 27, 2024 12:10 pm
Forum: Support
Topic: Searching for strings containing a linebreak using SearchText
Replies: 1
Views: 77408

Searching for strings containing a linebreak using SearchText

Hello,

we have a TRichView in which I search for certain strings using the SearchText-method. Afterwards I replace the found string by some other string.
This works fine as long as the string I am looking for does not contain a linebreak.
For example I want to search for 'ooo' + #13#10 + 'ooo' in ...
by tomr
Tue Nov 26, 2024 4:22 pm
Forum: Support
Topic: Text disappears after Typing in ScaleRichView with scaling (150%)
Replies: 4
Views: 108669

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

Hi, I have the following problem:
In my program, I use the ScalerichviewEdit. In Windows, a scaling of 150% is configured.
The Scalerichview already contains the following Text:
Already Contained Text.png

If I open the text with scaling and click at the end of the text, the cursor seems to change ...
by tomr
Mon Apr 03, 2023 1:51 pm
Forum: Support
Topic: Disable Undo/Redo temporarily
Replies: 2
Views: 14628

Re: Disable Undo/Redo temporarily

Hi Stan,
I really appreciate your help. I have tried your suggestion and it works fine. I was not sure if setting the count to 0, would reset the undo list.
It does not. After setting the count back to the count I saved temporaily my undo list was correct :D

Thank you.
Best regards
Tom
by tomr
Mon Apr 03, 2023 12:56 pm
Forum: Support
Topic: Disable Undo/Redo temporarily
Replies: 2
Views: 14628

Disable Undo/Redo temporarily

Hi Sergey,
I was wondering if there is a possible way to disable undo/redo temporarily. I want to make changes to a richedit and the specific changes should not be part of the undo list. Nevertheless i do not want to clear the undolist completly. Is there a lock function or anything else, I could ...
by tomr
Wed Dec 21, 2022 1:29 pm
Forum: Support
Topic: Richviewedit Font resets after clicking at the cursor position
Replies: 6
Views: 24595

Re: Richviewedit Font resets after clicking at the cursor position

Hello Sergey,
Thank you for your fast reply and additional Information. :)
1. Ah ok, that makes sense. You are right, usually, extra clicking is unnecessary.
2. I would appreciate it if you add such an option in the future,