What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » How to close window

How to close window
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: How to close window
put the WndAsk CreateWnd function into a global variable and then use the Close function with that global variable :P

code:
var window;

function func1(){
window = MsgPlus.CreateWnd("windows.xml", "somewindow");
}

function func2(){
window.Close(0);
}

...or use the PlusWnd object (didn't see that LOL)

code:
PlusWnd.Close(0);


This post was edited on 04-02-2010 at 10:38 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
04-02-2010 10:38 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How to close window - by zeroip on 04-02-2010 at 10:15 PM
RE: How to close window - by roflmao456 on 04-02-2010 at 10:38 PM
RE: How to close window - by zeroip on 04-03-2010 at 05: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