04-02-2018, 07:34 AM
(This post was last modified: 04-02-2018, 07:38 AM by Hsin-Ho Chen.)
In windows 2000, a "windows always on top"-typed MessageBox ( with title " win_alert") appears and asks me to press "OK" button by mouse-click ( Enter or Alt-F4 keypress), then the MessageBox is closed.
Then I code with QM like --
----
opt hungwindow 3
wait 5 WC "win_alert" ;; ifa "win_alert"
'AF4(2) ;;close a popup dialog
err
----
QM cannot send keypress "AF4" to the "active and locking" dialogbox "win_alert".
It seems to be a active window locking QM automation.
QM automation is interrupted sadly. Help please!
Then I code with QM like --
----
opt hungwindow 3
wait 5 WC "win_alert" ;; ifa "win_alert"
'AF4(2) ;;close a popup dialog
err
----
QM cannot send keypress "AF4" to the "active and locking" dialogbox "win_alert".
It seems to be a active window locking QM automation.
QM automation is interrupted sadly. Help please!