Re: wait window nowait timeout syntax by Paul
Paul
Sat Mar 26 12:58:22 CST 2005
You can't do it that way. You can wait a while, then call WAIT CLEAR. Or you
can write a class with a timer and have the timer clear it.
What I sometimes do is call it with a timeout of 1 second, then call it
again nowait. That way it will stay up at least one second, maybe more, and
won't hold up the program much.
"JJ" <jjyg@adelphia.net> wrote in message
news:5mbb4151emhafksldv7381iif4a1dpcdds@4ax.com...
>I want a Wait window to popup with a message and I want the message to
> linger (timeout clause) but I don't want program execution to halt
> until I press a key or the timeout expires.
>
> What is the proper syntax?
>
> Thanks.
> John "J.J." Jackson