rob225769
2 discussion posts
This release has broken the pre-made scripted function "Dim All Monitors". The dimensions of the overlain semi-transparent windows are not being calculated correctly and are not being moved to the correct monitors. On my machine, when two or more displays are connected, all the transparent windows end up cascaded on the primary monitor and are less than 1/4 the size of the screen resolution. See attached screenshot (taken on a 1080p display). Expediting a fix would be much appreciated!
df bug.PNG
NetMage
287 discussion posts
I modified the function how I like and changed the monitor bounds to work. Using the SetSizeAndLocation on the Window handle is overkill when you are setting up .Net Forms anyway.
I still don't like the polling for exit, but am not sure the best way to avoid that in DF.
rob225769
2 discussion posts
The updated script works as expected, thanks for the quick fix!