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 

A Simple Timer

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Red Hat Boy



Joined: 10 Apr 2008
Posts: 112

PostPosted: Fri Jul 11, 2008 8:15 pm    Post subject: A Simple Timer Reply with quote

I've searched the internet many times for a good freeware timer, but never had much luck. After finding AutoHotkey, I realized I could build my own. It has grown a lot since then.

Screenshots:




zip file
7z file
AHK file
Compressed files contain a default icon and wav file.

Edit: fixed some more obvious things, like the tray menu, etc.
Edit: Updated. Fixed lots of things and added new features. Comments/feedback welcome.
_________________
I slit the sheet, the sheet I slit,
and on the slitted sheet I sit. ;~}


Last edited by Red Hat Boy on Tue Jul 29, 2008 9:56 pm; edited 3 times in total
Back to top
View user's profile Send private message Send e-mail
Guest






PostPosted: Fri Jul 11, 2008 9:31 pm    Post subject: Reply with quote

Looks nice, but i get an error with the space in the "Show Alarm" label.
Back to top
Red Hat Boy



Joined: 10 Apr 2008
Posts: 112

PostPosted: Fri Jul 11, 2008 10:04 pm    Post subject: Reply with quote

Fixed.
I used an invisible character to space between the words, since a normal space won't work. Posting it on the forum may have converted it into a normal space. I know that posting anything that's tabbed will be converted into three spaces. Confused
_________________
I slit the sheet, the sheet I slit,
and on the slitted sheet I sit. ;~}
Back to top
View user's profile Send private message Send e-mail
Red Hat Boy



Joined: 10 Apr 2008
Posts: 112

PostPosted: Tue Jul 29, 2008 10:04 pm    Post subject: Reply with quote

Updated. Very Happy
Sorry I haven't been here much lately. When I get my new laptop I'll have a lot more computer time.
_________________
I slit the sheet, the sheet I slit,
and on the slitted sheet I sit. ;~}
Back to top
View user's profile Send private message Send e-mail
Skwateur



Joined: 02 Aug 2008
Posts: 1

PostPosted: Sat Aug 02, 2008 6:28 am    Post subject: Reply with quote

wow good job man !

but I've got a question, I want it to opena message box, can I edit the message ?

if yes, where can I do that , Smile

thx Smile
Back to top
View user's profile Send private message
SpiderGames



Joined: 09 Jun 2008
Posts: 464
Location: Canada

PostPosted: Sat Aug 02, 2008 1:13 pm    Post subject: Reply with quote

Simple???
_________________

Xfire: SpiderGames77
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Red Hat Boy



Joined: 10 Apr 2008
Posts: 112

PostPosted: Sun Aug 03, 2008 7:30 pm    Post subject: Reply with quote

A custom message box? I had thought about adding that, actually. May be a while.
For now...
Code:

else if (Alerter_SetAction = 4)
   {
   FormatTime, Alerter_DispTime,, dddd`, MMMM d`, h:mm tt
   Msgbox It is now %Alerter_DispTime%
   }

you could just edit line 230 to whatever you want.
_________________
I slit the sheet, the sheet I slit,
and on the slitted sheet I sit. ;~}
Back to top
View user's profile Send private message Send e-mail
Barrow



Joined: 03 Jun 2008
Posts: 3

PostPosted: Mon Aug 11, 2008 4:09 pm    Post subject: Reply with quote

Very nice looking script. Very Happy

I've only had a chance to run it to see how it looks so far... I can't wait to dissect (and learn from it) a bit later on when I have more time. Thanks for sharing!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions 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