Board index » delphi » Controls shifted by Windows Small/Large fonts
dh...@netins.net
![]() Delphi Developer |
Tue, 17 Mar 1998 03:00:00 GMT
Controls shifted by Windows Small/Large fontsQuoteIn article <00997163.7D985...@netins.net>, dh...@netins.net writes: thought I'd mention it for anyone else with the same problem. Let's see, what was it . . . something to do with scaling the form-- even though I wasn't changing the dimensions at run time. I set FORM.SCALED to FALSE which stopped the creep. Also, I am now careful to design/develop in the same resolution. It seems to have something to do with PixelsPerInch which changes as necessary when the project loads. If you save the project without even changing anything, postions can be changed. FORM.SCALED := FALSE stops that from happening. Most of this is my rough translation of info in DFAQHLP2.ZIP. Dave Hunt |