Guys:
How can I display a message to the end user for n seconds and then go off automatically ? Thank you.
Guys:
How can I display a message to the end user for n seconds and then go off automatically ? Thank you.
I think you have the MsgWait function :
MsgWait("Info text","Title",delay)
MsgWait("You will be redirected to ......","Attention",3) && display 3 seconds
Jack:
Thank you very much ! ![]()
You can also look at: MsgRun +
MsgSplash( cImage, nSeconds, bAction ). cImage can be file or resource. If bAction is specified, the codeblock is evaluated with oImage as parameter and Splash continues till the bAction is executed or expiry of nSeconds whicheve is later.
Best regards,
Otto
Otto:
Thank you very much ! As always, very helpful. ![]()