Difference between revisions of "Talk:High DPI"

From Lazarus wiki
Jump to navigationJump to search
m (Other related bugs)
m (Added scale tag)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
Any help would be greatly appreciated!
 
Any help would be greatly appreciated!
  
--[[User:Lainz|Lainz]] 19:28, 9 June 2011 (CEST) There are some problems I know. In the bugtracker are some elements to be fixed but at this time no response (some must be fixed for 0.99 or 1.0 release):
+
--[[User:Lainz|Lainz]] 19:33, 28 June 2011 (CEST) There are some problems. I know. In the bugtracker are some elements to be fixed:
*http://bugs.freepascal.org/view.php?id=17758
+
* http://bugs.freepascal.org/search.php?hide_status_id=90&tag_string=HighDPI
*http://bugs.freepascal.org/view.php?id=17793
+
* http://bugs.freepascal.org/search.php?hide_status_id=90&tag_string=scale
*http://bugs.freepascal.org/view.php?id=18342
 
*http://bugs.freepascal.org/view.php?id=18233
 
*http://bugs.freepascal.org/view.php?id=17929
 
*http://bugs.freepascal.org/view.php?id=18219
 
 
 
*http://bugs.freepascal.org/view.php?id=17929
 
*http://bugs.freepascal.org/view.php?id=18014
 

Latest revision as of 19:34, 28 June 2011

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!

--Lainz 19:33, 28 June 2011 (CEST) There are some problems. I know. In the bugtracker are some elements to be fixed: