What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » More help needed *sigh*

More help needed *sigh*
Author: Message:
Fike
Junior Member
**

Avatar
I make scripts.

Posts: 63
– / Male / Flag
Joined: Mar 2011
O.P. More help needed *sigh*
Don't mean to spam the forums with these type threads, but I'm a newb who needs help :P

Say I have this:

function OnEvent_ChatWndSendMessage(pChatWnd, sMessage) {
    if (sMessage.toLowerCase() == "/syshelp") {
        MsgPlus.CreateWnd("SysHelp.xml", "SysHelp");
        return "";
    } else if (sMessage.toLowerCase() == "/wlmver") {
        return (Messenger.Version.toFixed(1)+'.0'+Messenger.VersionBuild);
    } else if (sMessage.toLowerCase() == "/sysinfo") {
        var oSysHelpWnd = MsgPlus.CreateWnd("SysInfo.xml", "SysInfo");
        oSysHelpWnd.SetControlText("WlmVer", Messenger.Version.toFixed(1)+'.0'+Messenger.VersionBuild);
        return "";
    }
}

and I want to add another SetControl, how would I achieve this? I've copy/pasted the same oSysHelpWnd.SetControlText line below it and modified it for my second control but it wont work...
03-19-2011 06:11 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
More help needed *sigh* - by Fike on 03-19-2011 at 06:11 PM
RE: More help needed *sigh* - by foaly on 03-19-2011 at 06:27 PM
RE: RE: More help needed *sigh* - by Fike on 03-19-2011 at 06:36 PM
RE: More help needed *sigh* - by CookieRevised on 03-19-2011 at 07:56 PM
RE: More help needed *sigh* - by Fike on 03-19-2011 at 08:04 PM
RE: More help needed *sigh* - by CookieRevised on 03-19-2011 at 08:08 PM
RE: More help needed *sigh* - by Fike on 03-19-2011 at 08:10 PM
RE: More help needed *sigh* - by matty on 03-19-2011 at 08:24 PM
RE: RE: More help needed *sigh* - by Fike on 03-19-2011 at 08:36 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