Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Peter Bukewicz
14 discussion posts
Pretty much what the title says. Is it possible that if there are any fullscreen applications present on Primary Monitor (such as games, or fullscreen videos, etc) that all windows will move/open on Monitor #2?

Thanks!
Apr 28, 2016  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
It might be possible, we'll check into it :)
Apr 28, 2016  • #2
Thomas Malloch (BFS)'s profile on WallpaperFusion.com
I was able to put a script together that should do what you need. It will work best as a trigger, which you will need the beta version of DisplayFusion for (currently DisplayFusion 8 beta 5). To set up a trigger, follow these steps:

  • Make sure you have the latest beta version of DisplayFusion
  • Open the Settings window to the 'Functions' tab, and click the 'Add Scripted' button
  • Paste the code in the file attached to this post into the window that pops up
  • Give the script a name and press 'OK' to save the script to your computer
  • Browse to the 'Triggers' tab and click the 'Add' button
  • Check the 'Process Filename' checkbox and put an asterisk (*) in the field
  • Click the 'Add' dropdown button and select the 'Run Functions' option
  • Select the function that you saved previously
  • Click OK to save the changes, then OK or Apply in the Settings window to have your changes take effect

I've also attached an image of what the Edit Trigger window should look like when you're finished. If you would prefer not to install the beta, all you need to do is follow the first four steps, and assign the function a hotkey or a titlebar button.

I hope this works for you!
• Attachment: EditTriggerWindow.png [24,299 bytes]
EditTriggerWindow.png
EditTriggerWindow.png
May 3, 2016  • #3
User Image
Peter Bukewicz
14 discussion posts
I tried it and it seems to be working opposite for some reason. Things that open would open on the 2nd screen and move to the primary screen where the fullscreen app is :|
May 7, 2016  • #4
User Image
Jcee
205 discussion posts
Try replacing this:
BFS.Window.MoveToMonitor(2, windowHandle);
with this:
BFS.Window.MoveToMonitor(1, windowHandle);
It worked out for me.
May 9, 2016  • #5
User Image
Peter Bukewicz
14 discussion posts
Thanks it works now :laugh:
May 10, 2016 (modified May 10, 2016)  • #6
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)