Continuing the discussion from Floating Toolbars Not docking after Win11 DPI scale changes:
With all the fantastic Dopus improvements, would it be possible for the Toolbar command to incorporate display scaling (perhaps as an optional setting) so that it takes into account changes to the DPI scaling?
My Steps to recreate issue of a floating toolbar not docking after a DPI scaling change.
- Set Win DPI scaling at 125%
- Start Dopus
- Show a floating toolbar:
Toolbar NAME="Taskbar-1" APPBAR=bottom FLOAT=toplevel,taskbar,locked UPDATE
- Close Toolbar:
Toolbar CLOSE NAME=Taskbar-1 LOCAL=no
- Change Win11 DPI scaling (say from 125% to 100%).
- Show Toolbar:
Toolbar NAME="Taskbar-1" APPBAR=bottom FLOAT=toplevel, taskbar,locked UPDATE
For now, my (no-restart windows) workaround to properly redock the toolbar is have a button to restart Dopus:
"C:\Program Files\PretentiousName\RestartViaManager.exe" "C:\Program Files\GPSoftware\Directory Opus\dopus.exe"
Perhaps there is an existing alternative way for the toolbar to correctly redock after changing the DPI scaling? If not, maybe one can be added to a future Dopus release?