Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Variable checkbox in window/mouse/control actions
#1
am i wrong or has the 'use variable' checkbox for window target been removed ?
pi
#2
Yes. Use (hwnd). QM also recognizes win function. Everything else is interpreted as window name or class.

Also removed double drop-down list. Function win is the prefered method to identify a window.
#3
thanks.

so i made me a small macro which fills the window field with (hwnd) as default.

trigger code:
!cv"Window" "#32770" /QM

Code:
Copy      Help
int hwnd=val(_command)
_s="(hwnd)"; _s.setwintext(id(1001 hwnd))
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)