Search found 9411 matches

by Sergey Tkachenko
Fri Dec 15, 2023 12:33 pm
Forum: Support
Topic: saving bullets to html with spcecial imagename
Replies: 1
Views: 21306

Re: saving bullets to html with spcecial imagename

It must be the default behavior: for all bullet items with the same ImageList and ImageIndex, a single image file is saved. It may be different only if bullets are displayed on different background color (because if bullets are saved as non-transparent images, a background color is drawn in images) ...
by Sergey Tkachenko
Sat Dec 09, 2023 10:42 am
Forum: Support
Topic: Table Font size
Replies: 3
Views: 28835

Re: Table Font size

Use
RVDefaultLoadProperties.DefaultFontSizesDouble[rvfstDefault] instead.
I'll make DefaultFontSizeDouble assignable in the next update.
by Sergey Tkachenko
Fri Dec 08, 2023 8:31 am
Forum: Support
Topic: Code to importing Docx file
Replies: 1
Views: 23183

Re: Code to importing Docx file

The simplest application: For TRichView Place RichView1: TRichView (or TRichViewEdit) on a form. Place RVStyle1: TRVStyle on a form. Assign RichView1.Style := RVStyle1. Call: RichView1.Clear; RichView1.LoadDocX(FileName); RichView1.Format; For ScaleRichView Place SRichViewEdit1: TSRichViewEdit on a ...
by Sergey Tkachenko
Fri Dec 08, 2023 8:28 am
Forum: Support
Topic: Leak Using rvActionOpen
Replies: 8
Views: 135331

Re: Leak Using rvActionOpen

Can you send me a DocX file where it happens?
by Sergey Tkachenko
Tue Dec 05, 2023 3:31 pm
Forum: Support
Topic: Fatal error compiling x64 in RAD Studio 11.3/12
Replies: 5
Views: 81314

Re: Fatal error compiling x64 in RAD Studio 11.3/12

Well, it appeared that this change crashes the command-line compiler of Delphi 12, it reports "RichViewActionsD12.dpk(153) Fatal: F2084 Internal Error: LI693". Older compilers are OK. The solution is changing "uses" as I said above, but without moving from implementation to inter...
by Sergey Tkachenko
Tue Dec 05, 2023 12:00 pm
Forum: Support
Topic: Fatal error compiling x64 in RAD Studio 11.3/12
Replies: 5
Views: 81314

Re: Fatal error compiling x64 in RAD Studio 11.3/12

As I said, I cannot reproduce the linker problem. I can see only a crash on start. The problem is definitely in a wrong unit initialization order for C++Builder 64-bit. I found a workaround. In RichView.pas and RVEdit.pas, 1) remove {$IFDEF RVLIVEBINDING} Data.Bind.Components, {$ENDIF} from implemen...
by Sergey Tkachenko
Tue Dec 05, 2023 10:55 am
Forum: Support
Topic: footnote problem
Replies: 2
Views: 26429

Re: footnote problem

Sorry for the delay, and sorry, I cannot reproduce the problem. I tested in ScaleRichView\Demos\Delphi\Editor\ demo. The first code fragment works fine. The second code fragment has your custom functions, but after changing it to CurrRV := SRichViewEdit1.RichViewEdit.TopLevelEditor; FootN := TRVFoot...
by Sergey Tkachenko
Tue Dec 05, 2023 9:28 am
Forum: Support
Topic: Fatal error compiling x64 in RAD Studio 11.3/12
Replies: 5
Views: 81314

Re: Fatal error compiling x64 in RAD Studio 11.3/12

I need some time to understand why it happens. I cannot reproduce the linker problem. On my RAD Studio 10.3 (about box displays: Embarcadero® RAD Studio 11 Version 28.0.47991.2819), the application is compiled successfully. But it shows an exception in livebinding registration code when the applicat...
by Sergey Tkachenko
Sun Dec 03, 2023 3:18 pm
Forum: Announcements
Topic: TRichView 22.0 - RAD Studio 12 and Skia
Replies: 8
Views: 47203

TRichView 22.1

TRichView 22.1 This update includes important fixes and a support of <svg> tag in HTML loading (i.e., of SVG images embedded directly in HTML code). Requirements for SVG images: FireMonkey: Skia4Delphi VCL: Skia4Delphi or third-party graphic classes Lazarus: third-party graphic classes
by Sergey Tkachenko
Mon Nov 27, 2023 8:26 pm
Forum: Announcements
Topic: RVMedia 10.1 - RAD Studio 12
Replies: 2
Views: 24492

Plans for RVMedia 10.2

Coming soon, in the next update

1. Drawing and scaling video frames using Skia in VCL version, if Skia4Delphi is available. It should be faster, smoother, and use less CPU resources.

2. FFmpeg 6 support.
by Sergey Tkachenko
Mon Nov 27, 2023 8:26 pm
Forum: Announcements
Topic: RVMedia 10.1 - RAD Studio 12
Replies: 2
Views: 24492

Re: RVMedia 10.1 - RAD Studio 12

RAD Studio 12 Delphi and C++Builder 12 are supported (Windows and Linux platforms) Improvements for Linux USB webcams More properties for local cameras are available in the camera properties dialog (for Lazarus and FireMonkey): exposure, pan, tilt, zoom, focus, iris (of course, if they are supporte...
by Sergey Tkachenko
Mon Nov 27, 2023 8:25 pm
Forum: Announcements
Topic: RVMedia 10.1 - RAD Studio 12
Replies: 2
Views: 24492

RVMedia 10.1 - RAD Studio 12

We've released RVMedia 10.1 A trial version can be downloaded from https://www.trichview.com/download/ This update is free for customers who ordered RVMedia in 2022 and 2023, and for customers with active RVMedia subscription. RVMedia 10.1 supports RAD Studio 12. Previous version https://www.trichv...
by Sergey Tkachenko
Mon Nov 27, 2023 7:48 pm
Forum: Announcements
Topic: TRichView 22.0 - RAD Studio 12 and Skia
Replies: 8
Views: 47203

TRichView 22.0.1

TRichView 22.0.1

A minor update.
A workaround for FMXLinux 1.75 problem is removed. TRichView FireMonkey trial version is recompiled with FMXLinux v1.76.
A critical bug with TRVMemoryStream in 64-bit platforms in Delphi12 is fixed.