Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
timeout for dialogs like in mes and input boxes
#7
I have a suggestion to add a countdown parameter to the messagebox, dialog etc control function, which is sometimes useful.

Many process automation software message boxes have countdown parameters

Below is the code without the countdown parameter, which is a bit of a hassle.

Macro Macro7
Code:
Copy      Help
str s="hello world"
MES m
m.style="O";;style is ok button only see qm help for more info
m.timeout=5;;close after 5 seconds
m.default='O';;ok button is default
mes(s "TV" m)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)