02-06-2019, 09:29 PM
Kevin: Here is the code pasted. I thought you said in a much previous post on this thread that when I pasted it that was the wrong method and to go through the code window. I will first past just what I copied in the right hand window and then I will post a copy pasted in the QM format.
\
\
function hwnd idObject idChild
Acc a.FromEvent(hwnd idObject idChild)
out a.Name
#region Recorded 1/22/19 7:03:07 PM
int w1=win("WSJT-X v2.0.0 by K1JT - Log QSO" "Qt5QWindowIcon")
lef 238 17 w1 ;;title bar
lef 335 401 w1 1 ;;dialog 'WSJT-X v2.0.0 by K1JT -...'
int w2=act(win("WSJT-X v2.0.0 by K1JT" "Qt5QWindowIcon"))
lef 1750 1068 w2 1 ;;push button 'Erase Alt+E'
lef 3652 1390 w2 1 ;;radio button
lef 2558 1072 w2 1 ;;check box 'Enable Tx Alt+n'
#endregion
NOW in QM Format:
Macro WSJTX
Trigger $a 130 0 "" "Qt5QWindowIcon" "" "WSJT-X v2.0.0 by K1JT - Log QSO"
\
\
function hwnd idObject idChild
Acc a.FromEvent(hwnd idObject idChild)
out a.Name
#region Recorded 1/22/19 7:03:07 PM
int w1=win("WSJT-X v2.0.0 by K1JT - Log QSO" "Qt5QWindowIcon")
lef 238 17 w1 ;;title bar
lef 335 401 w1 1 ;;dialog 'WSJT-X v2.0.0 by K1JT -...'
int w2=act(win("WSJT-X v2.0.0 by K1JT" "Qt5QWindowIcon"))
lef 1750 1068 w2 1 ;;push button 'Erase Alt+E'
lef 3652 1390 w2 1 ;;radio button
lef 2558 1072 w2 1 ;;check box 'Enable Tx Alt+n'
#endregion
NOW in QM Format:
Macro WSJTX
Trigger $a 130 0 "" "Qt5QWindowIcon" "" "WSJT-X v2.0.0 by K1JT - Log QSO"
;\
;\
function hwnd idObject idChild
;Acc a.FromEvent(hwnd idObject idChild)
;out a.Name
#region Recorded 1/22/19 7:03:07 PM
int w1=win("WSJT-X v2.0.0 by K1JT - Log QSO" "Qt5QWindowIcon")
lef 238 17 w1 ;;title bar
lef 335 401 w1 1 ;;dialog 'WSJT-X v2.0.0 by K1JT -...'
int w2=act(win("WSJT-X v2.0.0 by K1JT" "Qt5QWindowIcon"))
lef 1750 1068 w2 1 ;;push button 'Erase Alt+E'
lef 3652 1390 w2 1 ;;radio button
lef 2558 1072 w2 1 ;;check box 'Enable Tx Alt+n'
#endregion