What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Quick question + suggestion for MP!L

Quick question + suggestion for MP!L
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Quick question + suggestion for MP!L
quote:
Originally posted by evolution
1) Is there a function to send a message to all open conversations?
code:
for ( var oChatWnd = new Enumerator(Messenger.CurrentChats); !oChatWnd.atEnd(); oChatWnd.moveNext() ) {
    if ( oChatWnd.EditChangeAllowed === true ) oChatWnd.SendMessage('this is some text');
}
quote:
Originally posted by evolution
2) How do you set a command eg. /command
code:
function OnGetScriptCommands () {
    return '<ScriptCommands><Command><Name>command</Name><Description>this is my command</Description></Command></ScriptCommands>';
}
quote:
Originally posted by evolution

3) Is there a function to do something on the unlocking of MSN?
code:
function OnEvent_MessengerLocked() {
    // do stuff here
}

function OnEvent_MessengerUnlocked() {
    // do stuff here
}

06-24-2008 03:05 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Quick question + suggestion for MP!L - by evolution on 06-24-2008 at 02:47 AM
RE: Quick question + suggestion for MP!L - by matty on 06-24-2008 at 03:05 AM
RE: RE: Quick question + suggestion for MP!L - by evolution on 06-24-2008 at 03:15 AM
RE: Quick question + suggestion for MP!L - by Matti on 06-24-2008 at 07:45 AM
RE: Quick question + suggestion for MP!L - by NanaFreak on 06-24-2008 at 08:03 AM
RE: Quick question + suggestion for MP!L - by Basilis on 06-24-2008 at 08:14 AM
RE: Quick question + suggestion for MP!L - by Chancer on 06-24-2008 at 08:55 PM
RE: Quick question + suggestion for MP!L - by CookieRevised on 06-25-2008 at 06:55 AM
RE: Quick question + suggestion for MP!L - by Chancer on 06-25-2008 at 09:51 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