What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Need help - Bold characters in toast

Need help - Bold characters in toast
Author: Message:
J3ck
New Member
*


Posts: 4
Joined: Jul 2006
O.P. RE: Need help - Bold characters in toast
Thx Dead for reply :)

If i use "MsgPlusDisplayToastContact" the toast don't appear... :-S I don't understand why.

For example, if i use the script that we find in the msgplusscript documentation :

code:
function OnEvent_Signin(Email)
{
    if(Email == "your@email.com") //Change for your sign-in email
    {
        var Message = "Hello Master " + Messenger.MyName + "!";
        Message = MsgPlus.RemoveFormatCodes(Message);
        MsgPlus.DisplayToastContact("", Message);
    }
}


and if i change the line o displaytoast... for displaytoastcontact...it doesn't work. :S

This post was edited on 07-05-2006 at 01:48 PM by J3ck.
07-05-2006 01:43 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Need help - Bold characters in toast - by J3ck on 07-05-2006 at 01:15 PM
RE: Need help - Bold characters in toast - by markee on 07-05-2006 at 01:21 PM
RE: Need help - Bold characters in toast - by deAd on 07-05-2006 at 01:33 PM
RE: Need help - Bold characters in toast - by J3ck on 07-05-2006 at 01:37 PM
RE: Need help - Bold characters in toast - by deAd on 07-05-2006 at 01:39 PM
RE: Need help - Bold characters in toast - by J3ck on 07-05-2006 at 01:43 PM
RE: Need help - Bold characters in toast - by deAd on 07-05-2006 at 01:58 PM
RE: Need help - Bold characters in toast - by markee on 07-05-2006 at 02:15 PM
RE: Need help - Bold characters in toast - by J3ck on 07-05-2006 at 02:25 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