Forum Discussion
YMinaev
Staff
15 years agoHi,
I'd recommend using the WaitWindow method to avoid errors in this case.
Modified Alexei's pseudocode in this case would look like this:
I'd recommend using the WaitWindow method to avoid errors in this case.
Modified Alexei's pseudocode in this case would look like this:
winObj.Close();
while WaitWindow(class, caption, -1, 500).Exists
do nothing