[Q] Clickable Toast - 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: [Q] Clickable Toast (/showthread.php?tid=69412) [Q] Clickable Toast by PaulE on 12-12-2006 at 05:53 PM
Hi Guys, code: I want that when foo@live.com is comming online, there comes a toast, and when i click on it, it starts a conversation.. I want this because when i'm gaming, my status is going be busy, and then i cant see who comes online (who i want to talk to).. Thnx, PaulE RE: [Q] Clickable Toast by Matti on 12-12-2006 at 05:57 PM
No problem! code: RE: [Q] Clickable Toast by Spunky on 12-12-2006 at 06:00 PM
code: That should do it. If not, you could always look stuff up in the Scripting Documentation EDIT: Beaten RE: [Q] Clickable Toast by PaulE on 12-12-2006 at 06:01 PM And what i have to do when i want more then 1 email? RE: [Q] Clickable Toast by Spunky on 12-12-2006 at 06:02 PM TIP: You could make an array of emails and use a loop to compare each one to the user that has just signed and if it finds a match, display the toast. That way you just add users to the array to add them to the list so to speak RE: [Q] Clickable Toast by PaulE on 12-12-2006 at 06:07 PM Hehe, thnx, problem solved RE: [Q] Clickable Toast by Matti on 12-12-2006 at 06:11 PM
quote: code:Damn, you already got it. Ah well, maybe this could be interesting for someone. RE: [Q] Clickable Toast by PaulE on 12-12-2006 at 06:14 PM
haha, thnx much more nicer! |