redsgt
15 years agoOccasional Contributor
Another WaitWindow/Exists thread
As far as I know from searching around here, the following should work:
var x;
x = Aliases["BLAH32"]["dlgBlah"]["WaitWindow"]("Static", "blah blah blah.", 2, 1000);
if (!x["Exists"])
{
//Do whatever
}
The line with WaitWindow always gives a "the object does not exist" error. It also seems to wait longer than 1000 before it fails.