So I have setup a function that when I restore the window, it would move it to my primary monitor. But there is one program that only has an icon in the system tray and does not appear in the taskbar. The program would not move to my primary monitor when it is being restored. It would only move back to my main monitor if I use the move all windows to current monitor function.
Do you ever want to have that application on the second monitor? If not, you can use the "Window Focused" Trigger Event, as that should fire when the application makes itself visible.
Do you ever want to have that application on the second monitor? If not, you can use the "Window Focused" Trigger Event, as that should fire when the application makes itself visible.
Thanks for the tip! I would try that when it happens and report back.