Search found 9409 matches

by Sergey Tkachenko
Tue Apr 23, 2024 8:48 am
Forum: RVMedia
Topic: RVMedia doesn't show any stream
Replies: 2
Views: 93

Re: RVMedia doesn't show any stream

Do you have FFmpeg available for the application?
by Sergey Tkachenko
Sun Apr 21, 2024 4:07 pm
Forum: Announcements
Topic: ReportWorkshop 6.0 - FireMonkey
Replies: 5
Views: 467

TRichView 22.3.1

I uploaded a new update. The trial for Delphi 12 is recompiled using Delphi 12.1 + Patch 1 (it must solve possible problems with 64-bit packages). Additional changes: loading "REF" fields in DocX as hyperlinks compatibility with Lazarus version of VirtualTree is restored (they renamed TVir...
by Sergey Tkachenko
Sat Apr 20, 2024 9:07 pm
Forum: Support
Topic: skia4delphi and svg
Replies: 2
Views: 264

Re: skia4delphi and svg

This problem is solved in TRichView 22 (you need to include RVSkia unit in your project).

There is a problem with loading SVG from stream using TSkSvgGraphic, because there is no access to this class (it is declared in the private section).
RVSkia unit implements a workaround.
by Sergey Tkachenko
Fri Apr 19, 2024 9:30 am
Forum: Announcements
Topic: ReportWorkshop 6.0 - FireMonkey
Replies: 5
Views: 467

Going to rebuild...

The trial for Delphi 12 was built using Delphi 12.1. Recently, Embarcadero released a patch that may affect compatibility of 64-bit files: https://blogs.embarcadero.com/rad-studio-12-1-athens-patch-1-available/ So, I need to rebuild the trial using the patched version of RAD Studio 12.1... The new v...
by Sergey Tkachenko
Thu Apr 18, 2024 11:18 am
Forum: Announcements
Topic: ReportWorkshop 6.0 - FireMonkey
Replies: 5
Views: 467

Report generation in a background thread

Report generation in a background thread Generating in the main process If you need to generate a small report, just call RVReportGenerator. Execute . But if a report is large, generation may take some time. If you do nothing, your application will be frozen while a report is being generated. To pr...
by Sergey Tkachenko
Thu Apr 18, 2024 11:18 am
Forum: Announcements
Topic: ReportWorkshop 6.0 - FireMonkey
Replies: 5
Views: 467

FireMonkey demo projects for ReportWorkshop

FireMonkey demo projects The following demo projects are available for FireMonkey LiveBindings\AdapterBindSource and LiveBindings\PrototypeBindSource These projects show how to use LiveBindings to provide data for reports. MongoDB\Restaurants The demo uses 'restaurants' collection from 'test' Mongo...
by Sergey Tkachenko
Thu Apr 18, 2024 11:17 am
Forum: Announcements
Topic: ReportWorkshop 6.0 - FireMonkey
Replies: 5
Views: 467

Re: ReportWorkshop 6.0 - FireMonkey

FireMonkey FireMonkey version of ReportWorkshop supports the same platforms as FireMonkey version of TRichView (it includes all platforms in RAD Studio 11 and 12). What is ported: report generation, including: TRVReportGenerator component TRVReportDBDataProvider component (providing data from a col...
by Sergey Tkachenko
Thu Apr 18, 2024 11:11 am
Forum: Announcements
Topic: ReportWorkshop 6.0 - FireMonkey
Replies: 5
Views: 467

ReportWorkshop 6.0 - FireMonkey

We have released ReportWorkshop 6.0 - rich text reporting components based on our TRichView editor. This update is free for customers who ordered ReportWorkshop in 2022, 2023, and 2024. Trial versions can be downloaded here: https://www.trichview.com/download/ TRichView + ReportWorkshop FireMonkey t...
by Sergey Tkachenko
Wed Apr 17, 2024 11:39 am
Forum: Support
Topic: merge items in RV17.6.2--RV22
Replies: 15
Views: 2558

Re: merge items in RV17.6.2--RV22

Fixed in version 22.3
by Sergey Tkachenko
Sat Apr 13, 2024 9:04 am
Forum: Support
Topic: Empty text item possible?
Replies: 5
Views: 1179

Re: Empty text item possible?

But empty text items cannot interact with a mouse pointer as well, because they have zero size.
Visibility of hidden items can be switched on and off.
by Sergey Tkachenko
Fri Apr 12, 2024 8:39 pm
Forum: Support
Topic: Empty text item possible?
Replies: 5
Views: 1179

Re: Empty text item possible?

It may be removed only:
- when the user edits this paragraph (it includes calling editing methods that modify this paragraph).
- when inserting this content in another document.
Otherwise, it's ok to use empty text item.
Another solution is using hidden items.
by Sergey Tkachenko
Fri Apr 12, 2024 8:36 pm
Forum: Support
Topic: Text not visible for some demo on IOS 16.7
Replies: 1
Views: 636

Re: Text not visible for some demo on IOS 16.7

I believe this is really a style issue. If you do not specify TRichViewEdit.Color (it is Null by default), no special background will be drawn, and a background from FMX style will be used ("memostyle" by default). As for text color, it is defined in TRVStyle.TextStyles[], and Black for no...
by Sergey Tkachenko
Fri Apr 12, 2024 8:09 pm
Forum: Support
Topic: Empty text item possible?
Replies: 5
Views: 1179

Re: Empty text item possible?

It is possible to add it in code. But on editing, it may be removed.
You can try using a text style having EmptyWidth = 1.
by Sergey Tkachenko
Tue Apr 09, 2024 11:15 am
Forum: Support
Topic: Now Getting Runtime Error 236 on Delphi Start
Replies: 12
Views: 25328

Re: Now Getting Runtime Error 236 on Delphi Start

Try to turn off update checking.
Open regedit. In HKEY_CURRENT_USER\SOFTWARE\TRichView, change AllowCheck = 0.
by Sergey Tkachenko
Mon Apr 08, 2024 3:29 pm
Forum: Support
Topic: Now Getting Runtime Error 236 on Delphi Start
Replies: 12
Views: 25328

Re: Now Getting Runtime Error 236 on Delphi Start

Do you have the newest version of TRichView?