What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Help With Script.

Help With Script.
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Help With Script.
1) Plus! will tell you the new email account total upon receiving a message it isn't possible to capture exactly when you receive an email unless it was checking every millisecond (too much strain on the server).

2) You can link toasts to anything. (example in a minute)
code:
MsgPlus.DisplayToast('hi', 'hi', '', 'ToastCallback', 'debug');

function ToastCallback(Param) {
    if (Param === 'debug') {
        Debug.Trace('you clicked the toast, and i am a debugger');
    }
}

3) Read point 1.

This post was edited on 08-09-2007 at 05:08 PM by matty.
08-09-2007 05:06 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help With Script. - by Ashylay on 08-09-2007 at 05:03 PM
RE: Help With Script. - by matty on 08-09-2007 at 05:06 PM
RE: Help With Script. - by Ashylay on 08-09-2007 at 07:05 PM
RE: Help With Script. - by GNSPS on 08-10-2007 at 12:24 AM


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