|
Window Trigger
Click here to show the figure
Parameters
- When a window is
Specifies which window event should be monitored, it could be "Open", "Close", "Active" or "Deactive".
- Window title
Specifies the title of the windows to be monitored.
- Window class name
Specifies the class name of the windows to be monitored. The class name is specified in the application for indicating a kind of the window. For example, all open Windows Notepad windows have a same class name "Notepad".
- Match whole words
If checked, specifies that the text specified in the field "Window title / Window class name" must match whole words for the window title/class name to be successful.
- Delay to check a window
Use the option to prevent trigger checking a window immediately. The title of windows may changed when the document is completed loaded.
Note
- When a window event occurs, the watcher will pass the handle value of the matched window to the player, so that you could use the handle value to perform other task such as maximizing the window, minimizing the window. To retrieve the window handle value, use the global variable "window_watcher_hwnd" in your macro.
|