Talk:High DPI

From Lazarus wiki
Revision as of 04:29, 4 April 2011 by Kayleigh (talk | contribs) (New page: I have created a project using the High DPI method explained in the tutorial. For regular controls, it works great. However, I also is the TPageControl objects (anchored [akTop, akLeft, ak...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

I have created a project using the High DPI method explained in the tutorial. For regular controls, it works great. However, I also is the TPageControl objects (anchored [akTop, akLeft, akRight, akBottom] to fill to complete right hand side of the form).

When I activate the High DPI Scaling, all TEdit controls on with special anchors (e.g. Anchor [akTop, akLeft, akRight]) will disappear from the tab sheets of the page control. As soon as I switch back to the default anchor settings, everything works fine (text / controls scale properly), but now they don't adjust to the page size anymore.

Any help would be greatly appreciated!