PB 6.10. Is the desktop scale suppose to be constant 100? I set my display scale to 150%. however the scale still shows 100 instead of 150 even if DPI aware is unchecked.
akee wrote: Fri May 10, 2024 1:39 pm
PB 6.10. Is the desktop scale suppose to be constant 100? I set my display scale to 150%. however the scale still shows 100 instead of 150 even if DPI aware is unchecked.
It's not "even if DPI aware is unchecked", but "because DPI aware is unchecked"
See remarks in the help.
HeX0R wrote: Sat May 11, 2024 10:11 pm
You probably have more than one monitor and your main monitor is set to 100%?
Unfortunately those commands are not really multi-monitor-friendly
nope only 1... when ExamineDesktops() it returns 1.
Hi, akee, in line "resolution : " you must use StrD instead of Str
And check these desktop DPI resolution factors
Scale and Unscale calculated from these values
In the image, the text in the IDE is blurred, which shows that the high DPI setting is not applied to the IDE.
Check the settings in the "Compatibility" section of the "Properties" menu item of the IDE's shortcut icon.
In the image, the text in the IDE is blurred, which shows that the high DPI setting is not applied to the IDE.
Check the settings in the "Compatibility" section of the "Properties" menu item of the IDE's shortcut icon.