Search found 9892 matches

by Sergey Tkachenko
Wed Jul 29, 2026 12:19 pm
Forum: Announcements
Topic: TRichView 24.2 - UI controls for FireMonkey
Replies: 6
Views: 69

FMX Tools: Button images

Button images

TRVWidget uses Google Material Symbols and Icons for button images.
Google Material Symbols and Icons are licensed under the Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0
It allows using Google Material Symbols in free and commercial applications.

If you do ...
by Sergey Tkachenko
Wed Jul 29, 2026 12:19 pm
Forum: Announcements
Topic: TRichView 24.2 - UI controls for FireMonkey
Replies: 6
Views: 69

FMX Tools: TRVWidget

TRVWidget

trvwidgetlogo.png

The first release includes a single widget, TRVWidget, which will serve as the main building block of FMX Tools.

In this initial version, it provides editing of all text properties, as well as paragraph alignment.

Using TRVWidget is straightforward. Place it on ...
by Sergey Tkachenko
Wed Jul 29, 2026 12:18 pm
Forum: Announcements
Topic: TRichView 24.2 - UI controls for FireMonkey
Replies: 6
Views: 69

FMX Tools: TRVControlPanel

TRVControlPanel

Now let us look at the component that stores settings shared by other TRichView FMX Tools components: TRVControlPanel.

Its purpose is very similar to that of TRVAControlPanel in RichViewActions. In both components, one of the most important properties is Language, which specifies ...
by Sergey Tkachenko
Wed Jul 29, 2026 12:17 pm
Forum: Announcements
Topic: TRichView 24.2 - UI controls for FireMonkey
Replies: 6
Views: 69

FMX Tools: TRVSVGPathButton

Before describing the widgets themselves, I'd like to introduce a simple control they use: a command button with an SVG icon (more precisely, an icon defined by an SVG path): TRVSVGPathButton.

FireMonkey includes button styles with a set of built-in icons, but they are far from sufficient for a ...
by Sergey Tkachenko
Wed Jul 29, 2026 12:16 pm
Forum: Announcements
Topic: TRichView 24.2 - UI controls for FireMonkey
Replies: 6
Views: 69

TRichView FMX Tools 1.0

TRichView FMX Tools 1.0

This is the first release of a new set of components for building a user interface for our editor in FireMonkey.

I initially considered calling it RichViewActions FMX or something similar. However, I decided against it because the name would be misleading. While the new ...
by Sergey Tkachenko
Wed Jul 29, 2026 12:14 pm
Forum: Announcements
Topic: TRichView 24.2 - UI controls for FireMonkey
Replies: 6
Views: 69

TRVEditHelper

TRVEditHelper


trvedithelperlogo300.png


TRVEditHelper is a new component that simplifies working with TRichViewEdit (and TDBRichViewEdit). For VCL and Lazarus, it can be used as a lightweight alternative to RichViewActions, making it easy to implement editing operations that do not require a ...
by Sergey Tkachenko
Wed Jul 29, 2026 12:11 pm
Forum: Announcements
Topic: TRichView 24.2 - UI controls for FireMonkey
Replies: 6
Views: 69

TRichView 24.2 - UI controls for FireMonkey

We are pleased to announce the new release of TRichView, version 24.2.

A trial version is available here: https://www.trichview.com/download/

The main new features:

TRVEditHelper component
TRichView FMX Tools (free TRichView add-on)


Previous version:
https://www.trichview.com/forums ...
by Sergey Tkachenko
Tue Jul 28, 2026 1:06 pm
Forum: Support
Topic: Unit ppRichView not found in Delphi 13.1 64bit
Replies: 7
Views: 401

Re: Unit ppRichView not found in Delphi 13.1 64bit

Fixed in TRichView 24.2
by Sergey Tkachenko
Tue Jul 28, 2026 1:06 pm
Forum: Support
Topic: RvFontCombobox behavior with multiple fonts
Replies: 7
Views: 6502

Re: RvFontCombobox behavior with multiple fonts

Fixed in TRichView 24.2
by Sergey Tkachenko
Tue Jul 28, 2026 1:06 pm
Forum: Support
Topic: Paste target wrong
Replies: 7
Views: 13324

Re: Paste target wrong

Implemented in TRichView 24.2
by Sergey Tkachenko
Tue Jul 28, 2026 11:01 am
Forum: Support
Topic: list markers with Hebrew or Arabic
Replies: 4
Views: 190

Re: list markers with Hebrew or Arabic

All supported list types are listed here: https://www.trichview.com/help/idh_trvl ... ttype.html
Unfortunately, only English and Greek letters are supported.
I consider it as a feature request. They Arabic and Hebrew numeration will be added in future releases.
by Sergey Tkachenko
Tue Jul 28, 2026 10:56 am
Forum: Support
Topic: v14.12.6 load issue
Replies: 1
Views: 22

Re: v14.12.6 load issue

TRichView 14.12.6 is too old version.
RVF version 1.3.2 was introduced in TRichView version 17.3. However, it was a minor change: In RVF v1.3.2, names of non-text items are stored as UTF-8 (in older versions, they were stored as ANSI strings). This change must not prevent loading.
Please send me a ...
by Sergey Tkachenko
Wed Jul 22, 2026 11:27 am
Forum: Support
Topic: list markers with Hebrew or Arabic
Replies: 4
Views: 190

Re: list markers with Hebrew or Arabic

Do you mean Hebrew or Arabic numbering, or just list markers containing Hebrew or Arabic text?
As for numbering, only decimal, Roman, English and Greek numbering types are supported.
As for Hebrew and Arabic text, there must be no problems using them. The markers are displayed at the right side if ...