08-12-2007, 08:21 PM
Thats what I had tried originally, but then I had trouble grabbing the window text for the name of the macro.
When I run this to create a macro:
Macro3:
I get an Error:
Error (RT) in Macro3: window not found
on that part of the macro.
When I run this to create a macro:
Macro3:
str controls = "5 6 7 8 9 10 12 13 14 16 18 19 20 17 21 22 23"
str e5 e6 c7Ena c8Ena c9Dis c10Dis e12 c13Mac c14Fun e16 c18Fol c19Men c20Too e17 e21 e22 e23
if(!ShowDialog("DisableEnableDelete" &DisableEnableDelete &controls)) ret
if(c13Mac=1)
,str a.getwintext(id(16 "Disable/Enable"))
,men 32995 "Quick Macros" ;;New Macro
,men 32990 "Quick Macros" ;;Rename
,a.setwintext(id(1 "Quick"))I get an Error:
Error (RT) in Macro3: window not found
on that part of the macro.
