Telezhka_the_First
26 discussion posts
I want so that trigger-initiating events like "Monitor profile changed", instead of selecting nothing (or what does it select?), would actually select all windows, so that I can apply some function to all windows upon changing monitor profile (for example, "Maximize window", so all windows turn maximized). Additional thinking about implementation may be needed, though, since if I have 5 windows I don't want non-scope functions (like "Wait") to be executed five times, though for custom scripts single windowhandle instead of windowhandle array is preferable.
For this behaviour I would recommend a scripted function that enumerates through all the windows and perform the actions inside the script. This will give you the most flexibility. If there's anything missing from the scripting that you need to do we can always look at adding support for it as well. Thanks!