Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM Editor destroyed
#1
I'm trying to have a macro go off when the editor is closed but I can't seem to get it to trigger.

what am i doing wrong with this code?

Code:
Copy      Help
!d"Quick Macros - *" "QM_Editor" "" "" 0x1ECF0000 0x2
An old blog on QM coding and automation.

The Macro Hook
#2
X only hides the window, does not destroy it. A "hide" trigger does not exist, but you can use "inactive".

Trigger:
!i"" "QM_Editor"

Macro:
Code:
Copy      Help
int hwnd=val(_command)
if(!hid(hwnd)) ret

;macro
#3
ohhhhh....i see....pulling the ol' Outlook game on me huh?! :lol:
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)