Search found 9757 matches

by Sergey Tkachenko
Thu Sep 04, 2025 6:08 am
Forum: Support
Topic: DefaultMargin
Replies: 5
Views: 4295

Re: DefaultMargin

If you want to override default settings of RVAControlPanel, make your changes in rvActionNew.OnNew event.
by Sergey Tkachenko
Wed Sep 03, 2025 10:03 am
Forum: Support
Topic: Upgrade license
Replies: 2
Views: 2558

Re: Upgrade license

Thank you for ordering!
I sent the key by email. You now have access to the protected area of the forum.
by Sergey Tkachenko
Wed Sep 03, 2025 8:54 am
Forum: Support
Topic: Upgrade license
Replies: 2
Views: 2558

Re: Upgrade license

I answered in a private message.
by Sergey Tkachenko
Thu Aug 21, 2025 4:30 pm
Forum: Support
Topic: A better way to control spacing?
Replies: 7
Views: 48208

Re: A better way to control spacing?

If the tab is left-aligned, a line of dot must be finished at the same position on all lines (providing that all the lines have the same paragraph style or paragraph styles with identical tab stops).
If you think it is rendered incorrectly, please send me a sample RVF file to email richviewgmailcom ...
by Sergey Tkachenko
Thu Aug 21, 2025 4:27 pm
Forum: Support
Topic: RVCANUSEFORMS from RV_Defs.inc problem
Replies: 1
Views: 7728

Re: RVCANUSEFORMS from RV_Defs.inc problem

Probably you have an old copy of obsolete RV_Defs.inc file somewhere. Find it and delete.
by Sergey Tkachenko
Wed Aug 20, 2025 3:41 pm
Forum: Support
Topic: bullet gets hidden if hidden text not skipped
Replies: 1
Views: 42307

Re: bullet gets hidden if hidden text not skipped

Answered in the protected forums.
by Sergey Tkachenko
Wed Aug 20, 2025 3:38 pm
Forum: Support
Topic: A better way to control spacing?
Replies: 7
Views: 48208

Re: A better way to control spacing?

Instead of using dots and spaces and tabs, you can use a single tab character.
But you need to set in the corresponding RVStyle.ParaStyles[].Tabs an item having:
- Positon = position of the page number
- Leader = '. '.

In RichViewActions, you can add tab in the paragraph dialog (or add a tab by ...
by Sergey Tkachenko
Tue Aug 19, 2025 4:26 pm
Forum: Support
Topic: A better way to control spacing?
Replies: 7
Views: 48208

Re: A better way to control spacing?

Do you use tabs with a dot as a leader character? Do numbers have spaces before them?
by Sergey Tkachenko
Sat Aug 16, 2025 10:47 am
Forum: Support
Topic: Caret color in table cell?
Replies: 4
Views: 21111

Re: Caret color in table cell?

We change setup files names only on major releases (v22 -> v23 -> v24). All setups of v23.x have the same file name.
The actual version of TRichView is shown on the first setup wizard's page.

So, does this problem still exist in v23.2?
by Sergey Tkachenko
Fri Aug 15, 2025 6:46 pm
Forum: Support
Topic: Caret color in table cell?
Replies: 4
Views: 21111

Re: Caret color in table cell?

Do you use version 23.0? Please upgrade to 23.2. As far as I remember, this problem was solved.
by Sergey Tkachenko
Wed Aug 13, 2025 7:51 pm
Forum: Support
Topic: Android and iOS keyboard issue with undo
Replies: 2
Views: 16394

Re: Android and iOS keyboard issue with undo

I need several days to complete the current work and check this issue. Sorry for the delay.
by Sergey Tkachenko
Fri Jul 25, 2025 8:54 pm
Forum: Support
Topic: Attributes like bold, acting strange on Android
Replies: 3
Views: 45643

Re: Attributes like bold, acting strange on Android

It worked as expected when I tested this demo. Probably, something was changed on one of Delphi 12.x updates.
Unfortunately, I was not able to check this problem yet. And I will be on vaсation till August 5th. I'll fix this problem when I return. Sorry for the delay.
by Sergey Tkachenko
Fri Jul 25, 2025 1:30 pm
Forum: Support
Topic: Bad RTF table causing RichView to error
Replies: 17
Views: 285325

Re: Bad RTF table causing RichView to error

The error occurs on drawing a document (not a background), and the only reason I can imagine is desynchronization between the document items and formatting information (the latter is updated when you call Format).

In your code, the most probable reason for this is
reader.RVData.NormalizeDocument ...
by Sergey Tkachenko
Thu Jul 24, 2025 6:49 pm
Forum: Support
Topic: Attributes like bold, acting strange on Android
Replies: 3
Views: 45643

Re: Attributes like bold, acting strange on Android

What version of TRichView and Delphi?
by Sergey Tkachenko
Thu Jul 24, 2025 1:05 pm
Forum: Support
Topic: Changing Font from inserted Hyperlink
Replies: 2
Views: 35222

Re: Changing Font from inserted Hyperlink

I don't understand what problems this code causes with images.

However, this code has problems.
1) You change properties of a text style, but this style may be used in different places of the document. This is not what the user might expect.
2) This code may lead to adding a new text style on each ...