AutoHotkey Community

It is currently May 27th, 2012, 1:17 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: A Simple Timer
PostPosted: July 11th, 2008, 9:15 pm 
Offline

Joined: April 10th, 2008, 10:08 pm
Posts: 111
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:
Image
Image
Image

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 July 29th, 2008, 10:56 pm, edited 3 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 11th, 2008, 10:31 pm 
Looks nice, but i get an error with the space in the "Show Alarm" label.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 11th, 2008, 11:04 pm 
Offline

Joined: April 10th, 2008, 10:08 pm
Posts: 111
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. :?

_________________
I slit the sheet, the sheet I slit,
and on the slitted sheet I sit. ;~}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 29th, 2008, 11:04 pm 
Offline

Joined: April 10th, 2008, 10:08 pm
Posts: 111
Updated. :D
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. ;~}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 2nd, 2008, 7:28 am 
Offline

Joined: August 2nd, 2008, 4:07 am
Posts: 1
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 , :)

thx :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 2nd, 2008, 2:13 pm 
Offline

Joined: June 9th, 2008, 2:32 am
Posts: 936
Location: Canada
Simple???

_________________
Image
I know i have 6 legs. It's cuz I'm special.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2008, 8:30 pm 
Offline

Joined: April 10th, 2008, 10:08 pm
Posts: 111
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. ;~}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 11th, 2008, 5:09 pm 
Offline
User avatar

Joined: June 3rd, 2008, 6:26 pm
Posts: 28
Very nice looking script. :D

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!


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Bon and 15 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