How to display a message for a period of time.

Post Reply
HunterEC
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

How to display a message for a period of time.

Post by HunterEC »

Guys:

How can I display a message to the end user for n seconds and then go off automatically ? Thank you.
Jack
Posts: 249
Joined: Wed Jul 11, 2007 11:06 am

Re: How to display a message for a period of time.

Post by Jack »

I think you have the MsgWait function :

MsgWait("Info text","Title",delay)

MsgWait("You will be redirected to ......","Attention",3) && display 3 seconds
HunterEC
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

Re: How to display a message for a period of time.

Post by HunterEC »

Jack:

Thank you very much ! :D
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: How to display a message for a period of time.

Post by Otto »

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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
HunterEC
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

Re: How to display a message for a period of time.

Post by HunterEC »

Otto:

Thank you very much ! As always, very helpful. 8)
Post Reply