AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

MsgBox: Countdown Display

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
instantrunoff



Joined: 13 Jan 2008
Posts: 115

PostPosted: Mon Nov 02, 2009 10:29 pm    Post subject: MsgBox: Countdown Display Reply with quote

Please add a built-in variable to display the remaining seconds inside a MsgBox with a specified Timeout.

Example:
Code:
MsgBox, 1, Reboot, The system will reboot in %A_TimeRemaining%, 60


[Moved from Wish List forum. ~jaco0646]
Back to top
View user's profile Send private message Visit poster's website
fincs



Joined: 05 May 2007
Posts: 1160
Location: Seville, Spain

PostPosted: Tue Nov 03, 2009 3:42 pm    Post subject: Reply with quote

Code:
loop, 5
    MsgBox, 0, Title, % "Countdown stuff: " (6-A_Index), 1

_________________
fincs
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]
Back to top
View user's profile Send private message
instantrunoff



Joined: 13 Jan 2008
Posts: 115

PostPosted: Tue Nov 03, 2009 4:56 pm    Post subject: Reply with quote

fincs wrote:
Code:
loop, 5
    MsgBox, 0, Title, % "Countdown stuff: " (6-A_Index), 1


Ah, genius! Thank you!
Back to top
View user's profile Send private message Visit poster's website
Guest123
Guest





PostPosted: Wed Nov 04, 2009 1:49 am    Post subject: Came accross this Reply with quote

http://www.autohotkey.com/forum/viewtopic.php?t=27733

pretty cool...
Back to top
Eedis



Joined: 12 Jun 2009
Posts: 1158
Location: Indianapolis IN, USA

PostPosted: Wed Nov 04, 2009 3:31 pm    Post subject: Reply with quote

Why don't you use a splashtext or something rather than a msgbox?

I've made a perfect countdown for a program I written before, but I'm at school and do not of the source code or any way to access it. I will post it when I get it later if I remember to.
_________________
www.AutoHotkey.net/~Eedis
I love my wife and daughter so much.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group