What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Q] Clickable Toast

[Q] Clickable Toast
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
36 / Male / Flag
Joined: Aug 2006
RE: [Q] Clickable Toast
code:
var Contact

function OnEvent_ContactSignin(email)
{
if(email == 'foo@live.com') {
Contact = email
MsgPlus.DisplayToast("Title","Message","soundfile","callback function");
}
}

function callback(){
Messenger.OpenChat(Contact);
}


That should do it. If not, you could always look stuff up in the Scripting Documentation

EDIT: Beaten

This post was edited on 12-12-2006 at 06:00 PM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
12-12-2006 06:00 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Q] Clickable Toast - by PaulE on 12-12-2006 at 05:53 PM
RE: [Q] Clickable Toast - by Matti on 12-12-2006 at 05:57 PM
RE: [Q] Clickable Toast - by Spunky on 12-12-2006 at 06:00 PM
RE: [Q] Clickable Toast - by PaulE on 12-12-2006 at 06:01 PM
RE: [Q] Clickable Toast - by Spunky on 12-12-2006 at 06:02 PM
RE: [Q] Clickable Toast - by PaulE on 12-12-2006 at 06:07 PM
RE: [Q] Clickable Toast - by Matti on 12-12-2006 at 06:11 PM
RE: [Q] Clickable Toast - by PaulE on 12-12-2006 at 06:14 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On