ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: simple quick'n'dirty alarm

<< < (2/2)

insert_nick:
Done! I post it here, if anyone wants to use/improve it. Thanks to Skrommel for his "tutorial" on how to script in AutoHotKey, which is the code itself of his nice and polished scripts :)


EDIT: Still doesn't work... help wanted

insert_nick:
uhm... it seemed to work with simple tests, but today I've realized it was an illusion: it just triggers after the same amount of time, regardless of the alarm variable. If someone figures out how to fix it I'll be very glad, I'm still not very confident with the AutoHotKey language.

jgpaiva:
That's because you have a small typo, insert_nick.
In the following line,

--- ---If (now>=start)
you most probably meant:

--- ---If (now>=alarm)

insert_nick:
Thanks! It was that!  :-[
Attached the fixed version.

lanux128:
here's some alarm clock scripts from AHK forums that i've used in various ways...

* http://www.autohotkey.com/forum/viewtopic.php?t=12220
* http://www.autohotkey.com/forum/viewtopic.php?t=8790

Navigation

[0] Message Index

[*] Previous page

Go to full version