02-05-2019, 04:06 PM
Macro [b]Enable TX Button[/b] [help1][/help1]
Trigger [b]$a 138 1 "" "Qt5QWindowIcon" "" "win(''WSJT-X v2.0.0 by K1JT'' " "" "" 44 0x100000 "Enable Tx Alt+n" "Alt+n" "Enable Tx"[/b] [help2][/help2]
[code];\
function hwnd idObject idChild
;Acc a.FromEvent(hwnd idObject idChild)
;out a.Name
#region Recorded 2/2/19 3:11:37 PM
int w1=act(win("WSJT-X v2.0.0 by K1JT" "Qt5QWindowIcon"))
lef 2896 1066 w1 1 ;;push button 'Halt Tx Alt+H'
'Wa ;; Win+A
lef 1710 1072 w1 1 ;;push button 'Erase Alt+E'
#endregion
Can you see from the two attached files what I am missing? Also if I want this to continue monitoring button status where would I put a rep command and then do I have to indent?
[/code]