PeterPanettone 157 Posted December 18, 2019 1 minute ago, Микола Петрівський said: Only in Windows 7/8 and older. Since Windows 8.1 you can set different scaling for different screens. As you can see from the screenshot, I have Windows 7. I always try to adapt my programs to the OS on which they are running. I don't know why Embarcadero doesn't seem to do that. It would be so easy! Share this post Link to post
Marek Lieder 0 Posted December 18, 2019 1 hour ago, PeterPanettone said: I think, their intention was to make those controls always and prominently visible. But then I wonder why they did not put those controls on the IDE's toolbar space. It would be more logical, IMO, and no IDE element can hide the toolbar space? Compare VS 2019 Search (Ctrl+Q) on title bar. And Quick Launch in SQL Management Studio 18. Nice and useful. Share this post Link to post
PeterPanettone 157 Posted December 18, 2019 (edited) 2 hours ago, Marek Lieder said: Compare VS 2019 Search (Ctrl+Q) on title bar. And Quick Launch in SQL Management Studio 18. Nice and useful. VS 2019 has a combined menu and title bar: This is something very different from what Embarcadero is using. However, it seems VS 2019 too has some bugs: Search Visual Studio (CTRL + Q) enable & disable is not working: https://developercommunity.visualstudio.com/content/problem/416501/search-visual-studio-ctrl-q-enable-disable-is-not.html (BTW, the Link command here on the Delphi Praxis page does not work either for me). Edited December 18, 2019 by PeterPanettone Share this post Link to post
Vandrovnik 214 Posted December 18, 2019 Autocad uses title bar too, I have noticed no problem with drawing there. Share this post Link to post
Sherlock 663 Posted December 19, 2019 The VS and the AutoCAD toolbars look self drawn, not OS drawn with some decoration glued on them. However, I don't see the Delphi issue on my 100% screen. Share this post Link to post
Микола Петрівський 10 Posted December 19, 2019 21 hours ago, PeterPanettone said: As you can see from the screenshot, I have Windows 7. Yep, with 125% scaling. Windows 7 with 125% scaling automatically enables so called "XP scaling". This means, that OS ignores app manifest, and forces it to scale itself. But RAD Studio manifest does not declare support for scaling, so Studio tries to do whatever it can, even while it does not support this. So you see such results. Share this post Link to post
Silver Black 23 Posted December 21, 2019 Issue does not appear with 100% size system fonts. Share this post Link to post