Search found 9843 matches

by Sergey Tkachenko
Fri Apr 03, 2026 3:12 pm
Forum: Support
Topic: Extra Space Added in Empty Lines in Markdown Component
Replies: 11
Views: 180986

Re: Extra Space Added in Empty Lines in Markdown Component

The new option (removing non-breaking spaces from empty lines read from HTML, Markdown, RTF, and DocX) works by default.
It can be turned off by assigning False to RichViewRemoveNbSpAfterImport (global variable from CRVData.pas)
by Sergey Tkachenko
Thu Apr 02, 2026 1:57 pm
Forum: Support
Topic: Different Handling overriting links in trichview
Replies: 2
Views: 173

Re: Different Handling overriting links in trichview

Overwrite the hyperlink while keeping the same target.
How exactly I need to overwrite the hyperlink?
If I select the whole line (hyperlink + trailing non-hyperlink spaces), new typed characters will have style of non-hyperlink spaces.
by Sergey Tkachenko
Thu Apr 02, 2026 1:49 pm
Forum: ScaleRichView
Topic: Purchase
Replies: 1
Views: 260

Re: Purchase

There is a special page for ordering add-ons and renewals.
I answered in the private message.
by Sergey Tkachenko
Sat Mar 28, 2026 6:51 pm
Forum: Announcements
Topic: ReportWorkshop 7.0 - charts, SVG shapes
Replies: 6
Views: 718

Changes in demo projects

New demo projects


VCL:

Delphi\FireDAC\7 - Chart\ (FireDAC components + InterBase DB + TRVReportTeeChart)
Delphi\IBX\7 - Chart\ (InterBase Express components + InterBase DB + TRVReportTeeChart)
Delphi\DevExpress\Chart\ (FireDAC components + InterBase DB + TRVReportDxChart)

FireMonkey ...
by Sergey Tkachenko
Sat Mar 28, 2026 6:49 pm
Forum: Announcements
Topic: ReportWorkshop 7.0 - charts, SVG shapes
Replies: 6
Views: 718

SVG Shapes

SVG shapes

ReportWorkshop uses shapes. Their primary purpose is to visualize values within table cells. For example, you can specify that a certain shape should be repeated a number of times proportional to a value (such as a star rating).

Shapes can also be used as components and as TRichView ...
by Sergey Tkachenko
Sat Mar 28, 2026 6:48 pm
Forum: Announcements
Topic: ReportWorkshop 7.0 - charts, SVG shapes
Replies: 6
Views: 718

Insertion from HTML, Markdown and RTF codes

Insertion of HTML, Markdown and RTF codes

Before this version, ReportWorkshop allowed inserting formatted documents (RTF, HTML, Markdown, DocX) only from database fields (memo and binary fields). It did not support converting string values into these formats.

In this update, you can specify that ...
by Sergey Tkachenko
Sat Mar 28, 2026 6:47 pm
Forum: Announcements
Topic: ReportWorkshop 7.0 - charts, SVG shapes
Replies: 6
Views: 718

Charts: User Interface

Charts: User Interface

The user interface is provided by a new action, TrvrActionInsertChart . When executed, it displays a dialog for defining chart properties. The dialog contains several pages, the most important of which are the first two.

On the first page, you select a chart template from ...
by Sergey Tkachenko
Sat Mar 28, 2026 6:45 pm
Forum: Announcements
Topic: ReportWorkshop 7.0 - charts, SVG shapes
Replies: 6
Views: 718

Charts: Document item

Charts: Document item

TRVReportChartItemInfo has the following properties.

The CatalogItemName property links this document item to an item in the catalog component's collection described above.

It is important to understand that only this string is stored in the RVF document; the actual chart ...
by Sergey Tkachenko
Sat Mar 28, 2026 6:31 pm
Forum: Announcements
Topic: ReportWorkshop 7.0 - charts, SVG shapes
Replies: 6
Views: 718

Charts. Chart catalog components

Charts

Charts are the main new feature of ReportWorkshop 7. They consist of two main parts:

The document item TRVReportChartItemInfo .
This item is inserted into the report template and is replaced with a final chart image during report generation. The item itself contains the data required to ...
by Sergey Tkachenko
Sat Mar 28, 2026 6:30 pm
Forum: Announcements
Topic: ReportWorkshop 7.0 - charts, SVG shapes
Replies: 6
Views: 718

ReportWorkshop 7.0 - charts, SVG shapes

We are pleased to announce a new release of ReportWorkshop.

This update is free for customers who ordered ReportWorkshop in 2024-2026.

Trial version: https://www.trichview.com/download/

New features:

charts in reports
SVG shapes
insertion of formatted documents (HTML, Markdown, or RTF) in ...
by Sergey Tkachenko
Sun Mar 22, 2026 6:13 pm
Forum: Support
Topic: RvFontCombobox behavior with multiple fonts
Replies: 4
Views: 1061

Re: RvFontCombobox behavior with multiple fonts

These combo-boxes display the font of the current text style.
Yes, it was done for performance reasons.
by Sergey Tkachenko
Fri Mar 13, 2026 3:56 pm
Forum: RVMedia
Topic: Playing video files using RVCamera
Replies: 5
Views: 6944

Re: Playing video files using RVCamera

I need more time, sorry.
by Sergey Tkachenko
Fri Mar 13, 2026 3:55 pm
Forum: RVMedia
Topic: Install RVMedia (trial) for Delphi 2007
Replies: 1
Views: 1527

Re: Install RVMedia (trial) for Delphi 2007

Yes, it can be installed both in Delphi 2007 and 12. You can install in both of them or only in the chosen IDE.
by Sergey Tkachenko
Fri Mar 13, 2026 3:53 pm
Forum: Support
Topic: Question regards handling autodetecting hyperlinks
Replies: 2
Views: 2450

Re: Question regards handling autodetecting hyperlinks

This feature is not implemented.
You can implement it yourself: hyperlink detection is implemented by calling rvActionInsertHyperlink1.DetectURL in OnKeyPress and OnKeyDown events of the editor.
But I think that re-detection is a normal behavior.
by Sergey Tkachenko
Sat Mar 07, 2026 1:32 pm
Forum: RVMedia
Topic: RVCamera unter Delphi 10.4 funktioniert nicht über Citrix („Interface nicht unterstützt“)
Replies: 3
Views: 5660

Re: RVCamera unter Delphi 10.4 funktioniert nicht über Citrix („Interface nicht unterstützt“)

Bitte prüfen Sie Folgendes:
1. Die Eigenschaft `RVCamera.URL` muss die korrekte URL des Videostreams angeben. Falls ein nicht standardmäßiger Port, Benutzername oder ein nicht standardmäßiges Passwort erforderlich sind, können diese entweder in der `URL`-Eigenschaft angegeben oder (vorzugsweise) in ...