07-28-2008, 11:40 PM
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)
,
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)
,