06-09-2015, 07:48 PM
And all window triggers stop working? Please test the same trigger type with a macro or function. If it does not work, try menu Tools -> Output -> Log -> Window events. What text it adds in QM output when you activate a window? Should be like this:
Possibly upgrading to QM 2.4.2 would fix it.
Quote:active 11731346 "Notepad" "Untitled - Notepad"When you run a program, should be like this (or more lines):
Quote:created 11796882 "Notepad" ""If window trigger is "Created and active", try to replace to "Active".
name 11796882 "Notepad" "Untitled - Notepad"
visible 11796882 "Notepad" "Untitled - Notepad"
active 11796882 "Notepad" "Untitled - Notepad"
Possibly upgrading to QM 2.4.2 would fix it.
