AutoHotkey Community

It is currently May 26th, 2012, 11:02 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: November 2nd, 2009, 11:29 pm 
Offline

Joined: January 13th, 2008, 6:00 pm
Posts: 115
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]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 3rd, 2009, 4:42 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
Code:
loop, 5
    MsgBox, 0, Title, % "Countdown stuff: " (6-A_Index), 1

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 3rd, 2009, 5:56 pm 
Offline

Joined: January 13th, 2008, 6:00 pm
Posts: 115
fincs wrote:
Code:
loop, 5
    MsgBox, 0, Title, % "Countdown stuff: " (6-A_Index), 1


Ah, genius! Thank you!


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Came accross this
PostPosted: November 4th, 2009, 2:49 am 
http://www.autohotkey.com/forum/viewtopic.php?t=27733

pretty cool...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 4th, 2009, 4:31 pm 
Offline

Joined: June 12th, 2009, 11:36 pm
Posts: 1173
Location: Indianapolis IN, USA
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.
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], hyper_, JSLover, Kirtman, Leef_me, Miguel, XstatyK, Yahoo [Bot] and 63 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group