Search found 9779 matches

by Sergey Tkachenko
Thu Oct 23, 2025 3:05 pm
Forum: RVMedia
Topic: ANN: RVMedia 11.2 - RAD Studio 13 and second remux
Replies: 2
Views: 18289

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.
by Sergey Tkachenko
Mon Oct 20, 2025 1:22 pm
Forum: Support
Topic: TRichView 19
Replies: 1
Views: 1053

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
by Sergey Tkachenko
Wed Oct 15, 2025 10:03 am
Forum: Support
Topic: Scalerichview Hyperlink Underlinecolor black
Replies: 3
Views: 3295

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)
by Sergey Tkachenko
Mon Oct 13, 2025 8:09 pm
Forum: Support
Topic: Scalerichview Hyperlink Underlinecolor black
Replies: 3
Views: 3295

Re: Scalerichview Hyperlink Underlinecolor black

Please send me a file that you load in ScaleRichView to email richviewgmailcom
by Sergey Tkachenko
Mon Oct 13, 2025 11:50 am
Forum: Support
Topic: RVAInsertPicture : Catching image filename?
Replies: 4
Views: 11996

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);
by Sergey Tkachenko
Wed Oct 08, 2025 2:29 pm
Forum: Support
Topic: Division by zero when dragging application
Replies: 1
Views: 7348

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

Code: Select all

LineStartX := RV_XToDevice(GetLeftMargin, sad^) + LeftIndent + FirstIndent;
by Sergey Tkachenko
Mon Oct 06, 2025 5:16 pm
Forum: Announcements
Topic: RVMedia 11.2 - RAD Studio 13 Florence, second remux
Replies: 1
Views: 16765

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 ...
by Sergey Tkachenko
Mon Oct 06, 2025 4:52 pm
Forum: Announcements
Topic: RVMedia 11.2 - RAD Studio 13 Florence, second remux
Replies: 1
Views: 16765

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 ...
by Sergey Tkachenko
Wed Oct 01, 2025 11:09 am
Forum: Announcements
Topic: TRichView 24 - RAD Studio 13 Florence, chat, background
Replies: 3
Views: 37838

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 ...
by Sergey Tkachenko
Wed Oct 01, 2025 10:20 am
Forum: Announcements
Topic: TRichView 24 - RAD Studio 13 Florence, chat, background
Replies: 3
Views: 37838

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 ...
by Sergey Tkachenko
Wed Oct 01, 2025 9:47 am
Forum: Announcements
Topic: TRichView 24 - RAD Studio 13 Florence, chat, background
Replies: 3
Views: 37838

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 ...
by Sergey Tkachenko
Wed Oct 01, 2025 9:44 am
Forum: Announcements
Topic: TRichView 24 - RAD Studio 13 Florence, chat, background
Replies: 3
Views: 37838

TRichView 24 - RAD Studio 13 Florence, chat, background

We are pleased to announce new releases of TRichView, ScaleRichView, and ReportWorkshop.

All components now support RAD Studio 13 Florence. For TRichView, this is a major update; for the other components, the changes are less substantial, and we will focus on them later this year.

This update is ...
by Sergey Tkachenko
Tue Sep 30, 2025 12:48 pm
Forum: RVMedia
Topic: Rad Studio 13 Suport
Replies: 2
Views: 35694

Re: Rad Studio 13 Suport

In this week.
by Sergey Tkachenko
Wed Sep 24, 2025 7:47 pm
Forum: RVMedia
Topic: RTSP stream stopped working after firmware upgrade
Replies: 2
Views: 30659

Re: RTSP stream stopped working after firmware upgrade

Try processing TRVCamera.OnError event. Is it called?