Delphi-PRAXiS
Seite 3 von 3     123   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Die Delphi-IDE (https://www.delphipraxis.net/62-die-delphi-ide/)
-   -   Delphi 11 mit High DPI -> Formulare werden doppelt skaliert (https://www.delphipraxis.net/208816-delphi-11-mit-high-dpi-formulare-werden-doppelt-skaliert.html)

Pfaffe 30. Okt 2021 19:39

AW: Delphi 11 mit High DPI -> Formulare werden doppelt skaliert
 
Bei mir steht nach dem Update (Version 28.0.42600.6491) dies:
Delphi-Quellcode:
  for I := 0 to ComponentCount - 1 do
     if Components[I] is TControl then
       begin
         TControlClass(Components[I]).ChangeScale(FCurrentPPI, FCurrentPPI, True);
         TControlClass(Components[I]).ScalingFlags := ScalingFlags;
       end;

harfes 31. Okt 2021 09:34

AW: Delphi 11 mit High DPI -> Formulare werden doppelt skaliert
 
Da scheint bei mir etwas nicht funktioniert zu haben mit dem Update...ich habe mir das nochmal heruntergeladen (direkt von Emba, nicht über GetIt) und nochmal installiert. Jetzt passt es und es sieht aus wie bei Pfaffe - danke für den Hinweis.

Hartmut


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:33 Uhr.
Seite 3 von 3     123   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz