Alarm Clock In Samurize

Well as the topic says, I'm looking to implement an alarm clock function into the samurize digital clock, namely the config that Binary made.

It doesn't have to be simple to operate, that doesn't matter at all I was just wondering if there was a way to activate/deactivate it using the samurize widget. What I'm thinking with this is that when you click a specified spot you can schedule a task, namely a sound to play and thus generate an alarm. However, I want a way to know on the clock it self if the alarm is scheduled, and if possible (not neccesary) what time it is scheduled for.

If this could happen it would be absolutely great, I'm working on it myself right now too.

Thanks for your help,

Miqx

#20248

Make a program (i.e. myalarm.exe) that:

will ask for hour, type of alarm etc...

will write a text file with the alarm time

will schedule the alarm type

will accept command line parameters (/noalarm)

Add 3 text fields in your Samurize clock:

one that displays the alarm time (read contents of text file)

one that displays a bullet character or something that runs myalarm.exe, in order to set the time

one that displays a bullet character or something that runs myalarm.exe /noalarm to delete the alarm and text file

Simple, isn't it?! :P

Good luck!

Ken

#20287