09-21-2014, 03:16 PM
Macro Macro2442
int hwnd=TriggerWindow
;hwnd=_hwndqm ;;to test without FF
str st1.getwintext(hwnd)
SetTimer(0 1 500 &sub.Timer)
_s="1[]2"
_i=ListDialog(_s "" "QM - FF select" 0 0 0 0 5)
str s.getl(_s _i-1)
s.setclip
#sub Timer v
function hwnd0 uMsg idEvent dwTime
str st2.getwintext(hwnd)
;out st2
if st2!=st1
,clo win("QM - FF select" "#32770" GetCurrentProcessId)
err+ end