> Unfortunatelly automatic scaling of Delphi forms (via the Scaled property) > seems to work in proportion with the DotsPerInch reading and for this raison > my forms don't seem to automatically scale on XP.
All you need to do to support large fonts in delphi is to make sure Scaled is TRUE and AutoScroll is FALSE. If you have anchored controls (such as [akTop, akRight]) these may require special placement for the Large Font application. Setting those 2 properties will solve 95% of your Large Font issues. Note with bsDialog style forms, the properties are set correctly. cheers, Jeremy _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

