Delphi, application scaling, Windows 7 -


good day everyone.

i have problem delphi 7 application being used windows 7.

it works perfect older windows xp, on win7 form scaled higher dpi breaks on form.

so, question - there way fix work correctly on win7, or somehow disable scaling?

i tried search, couldn't find work me, , appreciate help.

i saw phenomenon (as hired consultant) on xp large fonts on (then) big 22" 2003: buttons on ms c++ application disappeared right outside form. @ time, developers (500 kms away) had never seen phenomenon before.

i solved similar problem in d7 by:

  1. setting large fonts on old developer machine , fiddling (rather medium) form size accomodate visible components. however, setting large fonts made old win2000 crash , never recover...
  2. on more modern machine (xp d7), set scaling property false on form1 results, i.e. fonts smaller. program(s) in question run on couple of wall mounted touchscreen pcs preinstalled win7 incredibly large fonts (because it's touchscreen).

i can't find out better method temporarily set silly large fonts on one's developer machine , see happens. (i see there many related questions here now!...)


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -