Search found 9503 matches

by Sergey Tkachenko
Thu Sep 12, 2024 6:42 pm
Forum: Support
Topic: RVPrint.OnPrintComponent
Replies: 2
Views: 998

Re: RVPrint.OnPrintComponent

I am sorry for the inconvenience.
For VCL, TRVBitmap is defined in RVClasses unit (and = TBitmap)
For FMX, TRVBitmap is defined in fmxRVClasses unit (as a special class)
by Sergey Tkachenko
Tue Sep 03, 2024 9:31 am
Forum: Support
Topic: Components WorkWhop Report for Delphi Linux Unigui and Apache
Replies: 4
Views: 1196

Re: Components WorkWhop Report for Delphi Linux Unigui and Apache

I you can create Delphi application with FMX Linux for this OS, am sure that TRichView and ReportWorkshop will work on it as well.
The only specific Linux requirement for TRichView: pango library version at least 1.44 must be installed.
by Sergey Tkachenko
Tue Sep 03, 2024 8:34 am
Forum: Support
Topic: Components WorkWhop Report for Delphi Linux Unigui and Apache
Replies: 4
Views: 1196

Re: Components WorkWhop Report for Delphi Linux Unigui and Apache

Sorry, the components were not tested on a server environment. However, Linux is supported (FMXLinux is required), and all FireMonkey demo projects for ReportWorkshop can be compiled and ran on Linux. If you do not need a user interface, you can use a non-visual component TRVReportHelper.RichView in...
by Sergey Tkachenko
Thu Aug 29, 2024 11:33 am
Forum: Support
Topic: Problem after upgrading ReportBuilder
Replies: 1
Views: 1659

Re: Problem after upgrading ReportBuilder

Run "Install TRichView VCL in Delphi IDE" from Windows Start menu.
It will recompile the TRichView+ReportBuilder integration package.

The advice above works if you upgraded ReportBuilder from another 22.x version. If you upgraded from an older version, re-run TRichView setup.
by Sergey Tkachenko
Thu Aug 29, 2024 9:35 am
Forum: Support
Topic: Use TRichViewEdit as a simple code editor?
Replies: 6
Views: 2154

Re: Use TRichViewEdit as a simple code editor?

This example draws line numbers on the left margin. Just make sure that value of LeftMargin property is large enough.
It's only a drawing, so these numbers are not considered as a part of a document.
by Sergey Tkachenko
Wed Aug 28, 2024 12:03 pm
Forum: Support
Topic: RichViewEdit input string under the original horizontal line problem
Replies: 9
Views: 25242

Re: RichViewEdit input string under the original horizontal line problem

I am sorry, but additional parameters defining the shift of coordinates were still not added :( Probably, one more custom painting item would be a better solution than modifying OnParaBack. I'll add it in the next update. I can send a beta version to you if you need it sooner; please remind me after...
by Sergey Tkachenko
Wed Aug 28, 2024 11:46 am
Forum: Support
Topic: Use TRichViewEdit as a simple code editor?
Replies: 6
Views: 2154

Re: Use TRichViewEdit as a simple code editor?

This code shows how to draw line numbers in FireMonkey version of TRichView: https://www.trichview.com/forums/viewtopic.php?p=45845#p45845 But if you want to implement not only simple text coloring, but syntax highlighting, it is much more complicated task. In TRichViewEdit, you can change colors on...
by Sergey Tkachenko
Wed Aug 28, 2024 11:40 am
Forum: Examples, Demos
Topic: [Example][ScaleRichView] How to draw line numbers
Replies: 4
Views: 110130

Line numbers in TRichView FireMonkey

This code for OnPaint event draws line numbers in FireMonkey version of TRichView. Line numbers are drawn on the left margin, so the value of LeftMargin property must be large enough. The following values can be customized: - distance from the right side of numbers to the right side of the left marg...
by Sergey Tkachenko
Tue Aug 27, 2024 6:30 pm
Forum: Support
Topic: Use TRichViewEdit as a simple code editor?
Replies: 6
Views: 2154

Re: Use TRichViewEdit as a simple code editor?

Sorry for the delay, an example will be tomorrow.
by Sergey Tkachenko
Mon Aug 26, 2024 11:07 am
Forum: Support
Topic: Use TRichViewEdit as a simple code editor?
Replies: 6
Views: 2154

Re: Use TRichViewEdit as a simple code editor?

Text color can be changed, just like any other text attribute.
Line numbers is not a built-in feature but can be implemented using custom drawing events.
I'll provide an example later today.
by Sergey Tkachenko
Fri Aug 09, 2024 12:05 pm
Forum: Announcements
Topic: TRichView 22.4 - cross-platform spell-checking, dark mode
Replies: 6
Views: 22105

Installer update

The setup of TRichView for Delphi FireMonkey has been updated. The application that installs the component in Delphi IDE has been fixed. Previously, if an IDE had Linux platform but paths for it were not configured, the IDE installer could delete Win32 package soon after creating it (this problem mi...
by Sergey Tkachenko
Fri Aug 09, 2024 12:02 pm
Forum: Announcements
Topic: RVMedia 10.3
Replies: 3
Views: 9759

Installer update

The setup of RVMedia for Delphi FireMonkey has been updated. The application that installs the component in Delphi IDE has been fixed. Previously, if an IDE had Linux platform but paths for it were not configured, the IDE installer could delete Win32 package soon after creating it. This problem does...
by Sergey Tkachenko
Fri Aug 02, 2024 7:04 pm
Forum: RVMedia
Topic: Reduce latency for RTSP streams
Replies: 12
Views: 41177

Re: Reduce latency for RTSP streams

Do you have RVCamera.Latency = 0?
by Sergey Tkachenko
Fri Aug 02, 2024 12:40 pm
Forum: RVMedia
Topic: Reduce latency for RTSP streams
Replies: 12
Views: 41177

Re: Reduce latency for RTSP streams

In the newest versions, these delays can be removed without recompilation. Just assign RVCamera.FFMpegProperty.NoDelay = true.
by Sergey Tkachenko
Sat Jul 27, 2024 9:14 am
Forum: RVMedia
Topic: ANN: RVMedia 10.3
Replies: 0
Views: 9859

ANN: RVMedia 10.3

This is a minor update. See viewtopic.php?t=13096