The compiled demo projects have been updated:
https://www.trichview.com/download/demo.html
You can see the new background dialogs in various versions of the ActionTest and ReportEditor projects.
The spell checking demo using Addict has been removed (as this component is no longer maintained by its ...
Search found 9782 matches
- Sat Nov 15, 2025 12:16 pm
- Forum: Announcements
- Topic: TRichView 24 - RAD Studio 13 Florence, chat, background
- Replies: 5
- Views: 48166
- Fri Nov 14, 2025 7:52 pm
- Forum: Announcements
- Topic: TRichView 24 - RAD Studio 13 Florence, chat, background
- Replies: 5
- Views: 48166
TRichView 24.0.2
This update completes the work on the new background definition system (well, almost).
The new properties are now supported:
in RichViewActions (the dialog windows for configuring document, table, and cell backgrounds have been replaced)
in RichViewXML (the new properties are now saved to and ...
The new properties are now supported:
in RichViewActions (the dialog windows for configuring document, table, and cell backgrounds have been replaced)
in RichViewXML (the new properties are now saved to and ...
- Sat Nov 08, 2025 11:54 am
- Forum: Support
- Topic: Division by zero when dragging application
- Replies: 2
- Views: 13448
Re: Division by zero when dragging application
Fixed in TRichView 24.0.2
- Thu Oct 23, 2025 3:05 pm
- Forum: RVMedia
- Topic: ANN: RVMedia 11.2 - RAD Studio 13 and second remux
- Replies: 2
- Views: 31843
Re: ANN: RVMedia 11.2 - RAD Studio 13 and second remux
Hi,
"Modern" platform is not included in the trial to avoid unnecessary growth of the installation size (the trial must include compilation results for all supported platforms).
The full version of the components does support "modern" platform.
"Modern" platform is not included in the trial to avoid unnecessary growth of the installation size (the trial must include compilation results for all supported platforms).
The full version of the components does support "modern" platform.
- Mon Oct 20, 2025 1:22 pm
- Forum: Support
- Topic: TRichView 19
- Replies: 1
- Views: 5530
Re: TRichView 19
This is not a built-in feature, but can be implemented by showing/hiding text after the clicked link, using a hidden text feature.
See "Expand/collapse using hidden text" demo in viewtopic.php?t=62
See "Expand/collapse using hidden text" demo in viewtopic.php?t=62
- Wed Oct 15, 2025 10:03 am
- Forum: Support
- Topic: Scalerichview Hyperlink Underlinecolor black
- Replies: 3
- Views: 9661
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)
- Mon Oct 13, 2025 8:09 pm
- Forum: Support
- Topic: Scalerichview Hyperlink Underlinecolor black
- Replies: 3
- Views: 9661
Re: Scalerichview Hyperlink Underlinecolor black
Please send me a file that you load in ScaleRichView to email richviewgmailcom
- Mon Oct 13, 2025 11:50 am
- Forum: Support
- Topic: RVAInsertPicture : Catching image filename?
- Replies: 4
- Views: 16570
Re: RVAInsertPicture : Catching image filename?
In the current version, TrvActionInsertPicture has OnInserting event with the following parameters:
Code: Select all
procedure(Sender: TObject; Editor: TCustomRichViewEdit; var Graphic: TGraphic; const FileName: TRVUnicodeString);- Wed Oct 08, 2025 2:29 pm
- Forum: Support
- Topic: Division by zero when dragging application
- Replies: 2
- Views: 13448
Re: Division by zero when dragging application
I confirm the problem (that occurs only in no-wrap paragraphs with tabs).
Of course, it must be
Of course, it must be
Code: Select all
LineStartX := RV_XToDevice(GetLeftMargin, sad^) + LeftIndent + FirstIndent;- Mon Oct 06, 2025 5:26 pm
- Forum: RVMedia
- Topic: ANN: RVMedia 11.2 - RAD Studio 13 and second remux
- Replies: 2
- Views: 31843
- Mon Oct 06, 2025 5:16 pm
- Forum: Announcements
- Topic: RVMedia 11.2 - RAD Studio 13 Florence, second remux
- Replies: 1
- Views: 27748
Re: RVMedia 11.2 - RAD Studio 13 Florence, second remux
Delphi and C++Builder 13
RVMedia now supports Delphi 13 Florence. This means that users of the Enterprise and Architect editions can once again use RVMedia to create applications for Linux, as FMXLinux is available again in Delphi 13. Other users can use Lazarus for Linux, as well as RVMedia in ...
RVMedia now supports Delphi 13 Florence. This means that users of the Enterprise and Architect editions can once again use RVMedia to create applications for Linux, as FMXLinux is available again in Delphi 13. Other users can use Lazarus for Linux, as well as RVMedia in ...
- Mon Oct 06, 2025 4:52 pm
- Forum: Announcements
- Topic: RVMedia 11.2 - RAD Studio 13 Florence, second remux
- Replies: 1
- Views: 27748
RVMedia 11.2 - RAD Studio 13 Florence, second remux
We are pleased to announce a new release of RVMedia.
RVMedia now supports RAD Studio 13 Florence.
This update is free for users who purchased or renewed the components in 2024 and 2025.
A trial version is available here: https://www.trichview.com/download/
The update includes several minor ...
RVMedia now supports RAD Studio 13 Florence.
This update is free for users who purchased or renewed the components in 2024 and 2025.
A trial version is available here: https://www.trichview.com/download/
The update includes several minor ...
- Wed Oct 01, 2025 11:09 am
- Forum: Announcements
- Topic: TRichView 24 - RAD Studio 13 Florence, chat, background
- Replies: 5
- Views: 48166
New Chat component
New Chat component
Features
This release introduces a new component, TRVChat , which allows turning TRichView into a chat window. It provides features such as:
displaying conversations in a style similar to modern messenger applications (such as Telegram, WhatsApp, Viber);
attaching images ...
Features
This release introduces a new component, TRVChat , which allows turning TRichView into a chat window. It provides features such as:
displaying conversations in a style similar to modern messenger applications (such as Telegram, WhatsApp, Viber);
attaching images ...
- Wed Oct 01, 2025 10:20 am
- Forum: Announcements
- Topic: TRichView 24 - RAD Studio 13 Florence, chat, background
- Replies: 5
- Views: 48166
New background properties
New background properties
In this update, background image rendering has been completely redesigned.
All image formats
First of all, the component is no longer limited to using Windows bitmaps for its background image. It can now use images in any format supported by Delphi. The old TRichView ...
In this update, background image rendering has been completely redesigned.
All image formats
First of all, the component is no longer limited to using Windows bitmaps for its background image. It can now use images in any format supported by Delphi. The old TRichView ...
- Wed Oct 01, 2025 9:47 am
- Forum: Announcements
- Topic: TRichView 24 - RAD Studio 13 Florence, chat, background
- Replies: 5
- Views: 48166
TRichView 24 and RAD Studio 13 Florence
TRichView 24 and RAD Studio 13 Florence
The new version supports Delphi and C++Builder 13 Florence.
What does the new RAD Studio release bring to TRichView users?
First, FMXLinux has returned, and users of the Enterprise and Architect editions can once again use our text editor for creating ...
The new version supports Delphi and C++Builder 13 Florence.
What does the new RAD Studio release bring to TRichView users?
First, FMXLinux has returned, and users of the Enterprise and Architect editions can once again use our text editor for creating ...