Hi!
After a couple of days of running without DF on my machine I decided to live with CPU spikes...
I have a work-around for DPI issues.
This probably stems from the disconnects in the different Windows APIs for display & window location and scaling. I had an issue with on of my WPF apps that needed some non-trivial code to resolve.
Anyway; if you look at the second attachment you'll see the command I am now using for spanning a window over my two 1440p screens.
Before the functions was to move to a set window and then set the width and height.
To make it work now I had to experiment with the actual location and sizes to make it work.
You'll notice that the X position is 10 rather than 0 (it's my primary monitor so the one to the left has a negative coordinate) and the width is under that of the actual combined resolution of those two screens.
However; this actually fits perfectly!
So; two things:
1] Maybe this helps understanding where the issues are in relation to this
2] People should be able to make some commands to move to specific windows based on this methodology rather than selecting monitor X
Regarding the CPU spikes, I have disabled pretty much everything except for toolbars and my custom functions (no function buttons in the title bar nor wallpapers). Seems to have fixed the CPU issues.
Let me know what I can do to assist in resolving that.
Hope you guys aren't too stressed with the Windows 10 issues
Darren