| View previous topic :: View next topic |
| Author |
Message |
instantrunoff
Joined: 13 Jan 2008 Posts: 115
|
Posted: Mon Nov 02, 2009 10:29 pm Post subject: MsgBox: Countdown Display |
|
|
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 |
|
 |
fincs
Joined: 05 May 2007 Posts: 1160 Location: Seville, Spain
|
|
| Back to top |
|
 |
instantrunoff
Joined: 13 Jan 2008 Posts: 115
|
Posted: Tue Nov 03, 2009 4:56 pm Post subject: |
|
|
| fincs wrote: | | Code: | loop, 5
MsgBox, 0, Title, % "Countdown stuff: " (6-A_Index), 1 |
|
Ah, genius! Thank you! |
|
| Back to top |
|
 |
Guest123 Guest
|
|
| Back to top |
|
 |
Eedis
Joined: 12 Jun 2009 Posts: 1158 Location: Indianapolis IN, USA
|
Posted: Wed Nov 04, 2009 3:31 pm Post subject: |
|
|
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 |
|
 |
|