[REQUEST] Sign on alarm - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [REQUEST] Sign on alarm (/showthread.php?tid=65818) [REQUEST] Sign on alarm by Dabbi on 09-04-2006 at 10:08 AM
What i'm thinkig about is a alarm clock like script, where you can let the alarm go off then a certain user signs on, and turn off when you snooze it. RE: [REQUEST] Sign on alarm by benjyrama on 09-04-2006 at 11:43 AM an actual alarm clock is a gd idea too RE: [REQUEST] Sign on alarm by AberNStein on 09-04-2006 at 09:32 PM interesting idea. i'll have a go at it tonight. RE: [REQUEST] Sign on alarm by Zeh on 09-04-2006 at 09:46 PM I didn't understand very well what is that you requested Dabbi. But I think an alarm clock would be great. I actually thought about one last night, I was like "I wish I had an alarm clock in my computer...". LOL RE: RE: [REQUEST] Sign on alarm by Chris4 on 09-04-2006 at 09:50 PM
quote:Simple Alarm 1.2 But that's not what Dabbi is requesting. He want's an alarm that goes ff when a certain contact signs in. RE: [REQUEST] Sign on alarm by Zeh on 09-04-2006 at 09:57 PM Well but you can use Plus! for that, you can choose any sound to be played when a contact signs in so you can give it an alarm sound. RE: [REQUEST] Sign on alarm by AberNStein on 09-04-2006 at 10:30 PM
he wants a sound that won't stop till he responds RE: [REQUEST] Sign on alarm by Zeh on 09-04-2006 at 10:33 PM Oh a sound that never stops... That could be handy... well if your half way trough then I'll sit thight waiting for the release. Eheh RE: [REQUEST] Sign on alarm by AberNStein on 09-04-2006 at 10:57 PM
Alarm v. 0.1 RE: [REQUEST] Sign on alarm by Zeh on 09-04-2006 at 10:59 PM Thanks, when will you be working on the next version? RE: [REQUEST] Sign on alarm by AberNStein on 09-04-2006 at 11:04 PM right after dinner RE: [REQUEST] Sign on alarm by Chris4 on 09-04-2006 at 11:48 PM Haha, that's a cool script. How can I change the picture? RE: [REQUEST] Sign on alarm by Zeh on 09-04-2006 at 11:54 PM You could place the image you want in the \scripts\alarm\images and name it alarm.jpg replacing the image there. Don't know what will happen if the image is bigger then the window. Some scripts that use text or images stop working if the text or the image are bigger then the window size. RE: [REQUEST] Sign on alarm by AberNStein on 09-05-2006 at 12:50 AM
you can edit the xml file to change the height and width RE: [REQUEST] Sign on alarm by CookieRevised on 09-05-2006 at 01:28 AM
some quick pointers (Im in a hurry): RE: RE: [REQUEST] Sign on alarm by AberNStein on 09-05-2006 at 01:48 AM
thanks for wading through my code. i know i'm a sloppy programmer. quote:sorry. dunno what happenned there quote:fine i'll indent it. i'm not commenting though. quote:fix'd in next version. quote:that's a relic from an earlier version. delet'd in next version quote:remov'd in next version quote:not my code. i copy/pasted that from a script repository quote:good point. add'd in next version quote:in next ver. quote:originally i had it in an array, but i thought that looping through it to search it would be bad if there were a lot of items. a fast array searching function would merge it into a string, so i just left it as a string. back to looping through the array it is. thanks a lot. edit: also in the next version will be checking whether it's the same user when the timer triggers and also not doing stuff if boss mode is on. --------- EDIT: alarm v. 0.2 -click 'choose contacts' on the menu to choose what contacts alarm applies to -cookierevisited's suggestions integrated still to come: -contact's email in the alarm -clicking the alarm opens a convo there are quite probably a bunch of things that could be streamlined in my code. right now i'm going for functionality. this build should run properly. that's what matters for now. oh and by the way i'm new to xml so if anyone wants to make the interface windows prettier or whatever feel free to post your changes. this is the last build tonight. i'll hopefully finish it tomorrow night. edit: known bugs: with multiple alarms open, only the most recent one will close, and the ringing will stop. also, disabling the alarm will only kill the most recent window. i'm starting to think that the programming required for making the alarms show the emails and stuff is beyond me. |