For few future versions we'll stay with Win32, then we'll switch to win64. In any case, in conditional defines RVKERNELWINVERCHECK is there.
As I said, I found the solution that works. It is may well something coded somewhere that obstructs the proper recognition and at the moment it is okay. I hope ...
Search found 39 matches
- Thu Sep 10, 2026 1:18 pm
- Forum: ScaleRichView
- Topic: ScaleRichView update and MouseWheel is dead
- Replies: 13
- Views: 8652
- Wed Sep 09, 2026 11:03 am
- Forum: ScaleRichView
- Topic: ScaleRichView update and MouseWheel is dead
- Replies: 13
- Views: 8652
Re: ScaleRichView update and MouseWheel is dead
Well, I did this as well but
{$define RVKERNELWINVERCHECK}
or
{$define RVKERNELWINVERCHECK ON}
do not help. The definition is just after
{$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE}
and all resource used in software.
So I ended with adding this definition as well as
RVUni.RVWin10 := True ...
{$define RVKERNELWINVERCHECK}
or
{$define RVKERNELWINVERCHECK ON}
do not help. The definition is just after
{$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE}
and all resource used in software.
So I ended with adding this definition as well as
RVUni.RVWin10 := True ...
- Tue Sep 08, 2026 1:27 pm
- Forum: ScaleRichView
- Topic: ScaleRichView update and MouseWheel is dead
- Replies: 13
- Views: 8652
Re: ScaleRichView update and MouseWheel is dead
It is definitely in use otherwise we can't use the "NetLibrary" which is in dependecy section.
- Tue Sep 08, 2026 10:36 am
- Forum: ScaleRichView
- Topic: ScaleRichView update and MouseWheel is dead
- Replies: 13
- Views: 8652
Re: ScaleRichView update and MouseWheel is dead
Here is the manifest; some info were slightly changed. It works well in HighDPI as well as in normal DPI in Windows 11.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="ourapp.exe ...
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="ourapp.exe ...
- Mon Sep 07, 2026 1:14 pm
- Forum: ScaleRichView
- Topic: ScaleRichView update and MouseWheel is dead
- Replies: 13
- Views: 8652
Re: ScaleRichView update and MouseWheel is dead
Yes, we have it.
- Tue Jul 21, 2026 7:30 am
- Forum: Support
- Topic: Unit ppRichView not found in Delphi 13.1 64bit
- Replies: 7
- Views: 4037
Re: Unit ppRichView not found in Delphi 13.1 64bit
Hi Sergey, thank You, problem solved and it works.
- Wed Jul 15, 2026 6:41 am
- Forum: Support
- Topic: Unit ppRichView not found in Delphi 13.1 64bit
- Replies: 7
- Views: 4037
Re: Unit ppRichView not found in Delphi 13.1 64bit
Hi, sorry to be late with the answer... Here is the error for RvRbD13:
------------------------------------
Error compiling C:\Delphi_komp.Flo\TRichView\ThirdParty\ReportBuilder\Source\RvRbD13.dpk:
Embarcadero Delphi for Win64 compiler version 37.0
Copyright (c) 1983,2026 Embarcadero Technologies ...
------------------------------------
Error compiling C:\Delphi_komp.Flo\TRichView\ThirdParty\ReportBuilder\Source\RvRbD13.dpk:
Embarcadero Delphi for Win64 compiler version 37.0
Copyright (c) 1983,2026 Embarcadero Technologies ...
- Mon Jul 13, 2026 8:16 am
- Forum: ScaleRichView
- Topic: ScaleRichView update and MouseWheel is dead
- Replies: 13
- Views: 8652
Re: ScaleRichView update and MouseWheel is dead
Okay, somehow even though I have in Project options-Delphi Compiler RVKERNELWINVERCHECK, the procedure RVCheckNT in RVUni.pas ignores it and gets incorrect Windows version. So in DPR I added RVUni unit and added the line
RVUni.RVWin10 := True;
and now the mouse works correctly now. All users have ...
RVUni.RVWin10 := True;
and now the mouse works correctly now. All users have ...
- Mon Jul 13, 2026 7:51 am
- Forum: ScaleRichView
- Topic: ScaleRichView update and MouseWheel is dead
- Replies: 13
- Views: 8652
Re: ScaleRichView update and MouseWheel is dead
Hi,
thanks for the help but it did not help. But I dug deeper into the problem and found out that code HookMouseWheelEvent in SclRView does not do its job since the RVWIN10 variable says False. But on ScaleRichView demo it says true on the same machine. I dug deeper and got to the RVUni.pas file, to ...
thanks for the help but it did not help. But I dug deeper into the problem and found out that code HookMouseWheelEvent in SclRView does not do its job since the RVWIN10 variable says False. But on ScaleRichView demo it says true on the same machine. I dug deeper and got to the RVUni.pas file, to ...
- Fri Jul 10, 2026 2:02 pm
- Forum: ScaleRichView
- Topic: ScaleRichView update and MouseWheel is dead
- Replies: 13
- Views: 8652
ScaleRichView update and MouseWheel is dead
Hi,
We are updating the software from Delphi Sydney to Delphi 13.1 Florence as well as components. In Sydney we used TRichView 23.2 and TScaleRichView 12.4.1, in Delphi 13.1 the RV is now 24.1.3 and SRV 12.5.3. In old version one could normally scroll the document accross the pages, now it does not ...
We are updating the software from Delphi Sydney to Delphi 13.1 Florence as well as components. In Sydney we used TRichView 23.2 and TScaleRichView 12.4.1, in Delphi 13.1 the RV is now 24.1.3 and SRV 12.5.3. In old version one could normally scroll the document accross the pages, now it does not ...
- Fri Jul 10, 2026 9:01 am
- Forum: Support
- Topic: Unit ppRichView not found in Delphi 13.1 64bit
- Replies: 7
- Views: 4037
Re: Unit ppRichView not found in Delphi 13.1 64bit
Hi, I have checked the installation also in Delphi 13.1. 64bit and yes, ReportBuilder 23.03 is installed there. I also opened few RB projects, compiled and run it without problems. I have also ran the RichView Installer once again but ppRichView is not found in our main application.
- Thu Jul 09, 2026 6:48 am
- Forum: Support
- Topic: Unit ppRichView not found in Delphi 13.1 64bit
- Replies: 7
- Views: 4037
Unit ppRichView not found in Delphi 13.1 64bit
Hi,
we are upgrading Delphi with components from Sydney to Florence. Upgrade for 32bit is okay while with 64bit version Delphi can't find ppRichView. TRichView we are upgrading to is 24.1.3, while TScaleRichView is 12.5.3. Any ideas?
Best regards,
Goran
we are upgrading Delphi with components from Sydney to Florence. Upgrade for 32bit is okay while with 64bit version Delphi can't find ppRichView. TRichView we are upgrading to is 24.1.3, while TScaleRichView is 12.5.3. Any ideas?
Best regards,
Goran
- Mon Sep 22, 2025 6:18 am
- Forum: ScaleRichView
- Topic: ScaleRichView, ReportBuilder and printing headers/footers
- Replies: 4
- Views: 337222
Re: ScaleRichView, ReportBuilder and printing headers/footers
Hi Sergey,
it is not a problem making headers and footers in RB but how to copy header and footer from one component to another? Do You have any example?
Best regards,
Goran
it is not a problem making headers and footers in RB but how to copy header and footer from one component to another? Do You have any example?
Best regards,
Goran
- Fri Sep 12, 2025 7:58 am
- Forum: ScaleRichView
- Topic: ScaleRichView, ReportBuilder and printing headers/footers
- Replies: 4
- Views: 337222
Re: ScaleRichView, ReportBuilder and printing headers/footers
Hi,
it passed several weeks after my initial post, I asked on ReportBuilder forum if there is any possibility to print headers and footers but I am still in the dark. The problem is that whole big software is working on ReportBuilder reports and I am not really happy to introduce yet another ...
it passed several weeks after my initial post, I asked on ReportBuilder forum if there is any possibility to print headers and footers but I am still in the dark. The problem is that whole big software is working on ReportBuilder reports and I am not really happy to introduce yet another ...
- Tue Jul 29, 2025 9:49 am
- Forum: ScaleRichView
- Topic: ScaleRichView, ReportBuilder and printing headers/footers
- Replies: 4
- Views: 337222
ScaleRichView, ReportBuilder and printing headers/footers
Hi,
very simple question. We use Delphi Sydney and have installed RB 22.06, TRichView 22.4 and ScaleRichView 12.3. The report in RB is very simple just TDBRichView component, A4 paper with margins set to zero and I want to print the document saved in database made by forementioned ScaleRichView with ...
very simple question. We use Delphi Sydney and have installed RB 22.06, TRichView 22.4 and ScaleRichView 12.3. The report in RB is very simple just TDBRichView component, A4 paper with margins set to zero and I want to print the document saved in database made by forementioned ScaleRichView with ...