SurfRat
47 discussion posts
Hi,
I am using DisplayFusion 8.0(Beta 5) on Win 10 1511 (10586.164). Ever since Win 10 came out I have had issues with "Move and resize Window to Left/Right side of screen". I have title bar buttons to do the move. Once moved the window would always be offset slightly and not in the correct position. If I pressed the button for a second time then it would be placed correctly.
To fix this I resorted to custom scripts and did the move twice. Here is an example:
Script Name: Move to Left 50% and Height 100%
Relevant snippet:
BFS.Window.MoveToLeftMonitorHalf(windowHandle);
BFS.Window.MoveToLeftMonitorHalf(windowHandle);
This works but is a little ugly. So some questions:
1. Is this a problem on all Win 10 installations. I had no problems on Win 8.1. I also have a laptop that shows the same behavior.
2. Is there a better way to do this?
Thanks
Mark.
SurfRat
47 discussion posts
I am using DF 8.0 Beta 7.
I can confirm that you have fixed it. I first modified my scripted functions to do the move only once. This worked.
I then tried the built in "Size and move window to Left/Right side of monitor" and this also worked.
Well done and thank you.
No worries, glad to hear it!