Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find a macro on QM Editor window
#1
I am wondering whether there exists a smart macro to find and edit another macro in QM editor. I have written a macro which it uses "Find"
to search for a macro, but I do not actually like it :

men 2013 _hwndqm ;;Find...
outp "History" ;; macro name to find
Acc a=acc("Name" "RADIOBUTTON" id(1022 _hwndqm) "button" "" 0x1001)
err
,out "error"
,ret
a.Mouse(1)
int hwnd=id(1128 _hwndqm)
act hwnd
LB_SelectItem hwnd 0
0.5
a=acc()
err
,out "error"
,ret
a.Mouse(1)
,
#2
Macro
Code:
Copy      Help
mac+ qmitem("History"); err
#3
Many thanks, it is actually very smart and quick. I should have been very stupid... Regards.


Forum Jump:


Users browsing this thread: 1 Guest(s)