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. RE: RE: More help needed *sigh*
quote:
Originally posted by matty
Worked fine when I ran it here.

(Note I was on a mobile [my blackberry] when I was first looking into it)

Javascript code:
function OnWndTestEvent_CtrlClicked(Wnd, ControlId)
{
    if (ControlId == "BtnClose")
        Wnd.Close(1);
    if (ControlId == "BtnMoreInfo")
        MsgPlus.CreateWnd ("SysInfo.xml", "SysInfo");
}

Also note this code will never get hit because WndTest doesn't exist. Your windows are called SysHelp and SysInfo.

Also a trick is to call your buttons BtnCancel if you want to close a window and Plus! will automatically interpret that as to close the window.

Ah, it worked for me but only after about 10 seconds :P
03-19-2011 08:36 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