03-07-2013, 12:17 PM
It will be in next QM.
If don't want to wait, download this file and extract to QM folder. Replace existing.
Then in temporary unlock settings you can choose how to unlock - send keys or run program.
This program should work:
If don't want to wait, download this file and extract to QM folder. Replace existing.
Then in temporary unlock settings you can choose how to unlock - send keys or run program.
This program should work:
str password="password"
Acc a.Find(win "TEXT" "" "class=Edit" 0x1005) ;;find password field
err
,key Y
,2
,a.Find(win "TEXT" "" "class=Edit" 0x1005)
,err
,,LogFile "no password field" 0 "qmtul.log"
,,ret 1 ;;error
act child(a) ;;set focus. a.Select(1) does not work, that is why AutoPassword too.
key (password) Y
;note: out will not work. Use LogFile.