| View previous topic :: View next topic |
| Author |
Message |
Red Hat Boy
Joined: 10 Apr 2008 Posts: 112
|
Posted: Fri Jul 11, 2008 8:15 pm Post subject: A Simple Timer |
|
|
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 |
|
 |
Guest
|
Posted: Fri Jul 11, 2008 9:31 pm Post subject: |
|
|
| 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
|
Posted: Fri Jul 11, 2008 10:04 pm Post subject: |
|
|
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. ;~} |
|
| Back to top |
|
 |
Red Hat Boy
Joined: 10 Apr 2008 Posts: 112
|
Posted: Tue Jul 29, 2008 10:04 pm Post subject: |
|
|
Updated.
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 |
|
 |
Skwateur
Joined: 02 Aug 2008 Posts: 1
|
Posted: Sat Aug 02, 2008 6:28 am Post subject: |
|
|
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  |
|
| Back to top |
|
 |
SpiderGames
Joined: 09 Jun 2008 Posts: 464 Location: Canada
|
Posted: Sat Aug 02, 2008 1:13 pm Post subject: |
|
|
Simple??? _________________
Xfire: SpiderGames77 |
|
| Back to top |
|
 |
Red Hat Boy
Joined: 10 Apr 2008 Posts: 112
|
Posted: Sun Aug 03, 2008 7:30 pm Post subject: |
|
|
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 |
|
 |
Barrow
Joined: 03 Jun 2008 Posts: 3
|
Posted: Mon Aug 11, 2008 4:09 pm Post subject: |
|
|
Very nice looking script.
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 |
|
 |
|