![]() |
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; |
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 07:18 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz