badbob001
67 discussion posts
I have a trigger to maximize new windows that get created (to fill the split in appears in), but it has side-effects. In apps that pop-out a child window for tasks like Search, that little window gets maximized. Is there a scripted function I can stick in the top of my trigger action list so that if the window is under specific dimensions or area (width x height) or maybe is just a child of another window, then abort the trigger?
If the child window has a different window title, or different window class, you can exclude it that way. You can use the blue target icon to grab the window text or class, and then add a minus sign in front of it to have it be excluded.
Hope that helps!
badbob001
67 discussion posts
Does your exclusion idea work for multiple windows? I have a trigger to maximize any window created so the parent window will vary.