rickard67
rickard67
I think I fixed this issue in /Common/Vcl.Styles.DPIAware.pas found at https://github.com/salvadordf/vcl-styles-utils. Please download and try it. Let me know if it works or not. Don't forget to read the instructions,...
The file Vcl.Styles.DPIAware.pas should contain the following: { Modified 20-Mar-2019 by Rickard Johansson (www.rj-texted.se). Purpose: Add per-monitor DPI awareness Usage: Add the unit to the interface uses statement of the...
It's not easy to fix. Let's hope Embarcadero will fix this in a later version. You could copy the Vcl.Form.pas file to your project folder and modify it. Look for...
I downloaded the VCL style and tried to reproduce this using Delphi 10.3.3 running on Windows 10, range checking enabled. But I'm not able to reproduce any of your range...
I tried again building a Win64 application and now I was able to reproduce it. I think there is something wrong with that theme file. E.g. try creating a new...
You should find the solution here https://github.com/RRUZ/vcl-styles-utils/issues/267 The git current version isn't compatible with the latest version of Detours. There seems to be other issues where some commits have vanished...
Sorry I haven't replied, but I'm currently a bit busy and haven't been able to do as much as I would have wanted. I will look into it eventually though....
As far as I can tell O(NP) runtime complexity is achieved inside the repeat loop (in the DiffChr() function). On top of this - a "divide-and-conquer" technique has been applied...
Yes. Please read the ReadMe section. It contains information about all requests supported.