Brent Reel61816
1 discussion post
I'm trying to create a simple trigger where when a program opens (notepad in this example) it also opens two file explorers as seperate paths, and then lines all three windows into a specific size/position.
So for, it works perfectly fine, except for lining things up. I've created a Window Position Profile that always works when I manually load it through the program, but I can't get it to work consistantly.
It always will size and position notepad when I open it, and always will open my two file explorers, but only about 50% of time time will it align the file explorers properly. Often times it will snap one of the file explorer windows, but not the second one.
Is there a way I can improve the stabability of this trigger?
I've attached a screenshot showing the trigger I currently am using, and behind it is the layout im trying to recreate upon opening Notepad.exe
Capture.PNG
It could be a timing issue. If you add a Wait action before the Load Window Position Profile action, does that make any difference?