What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » JIT - Debug popups

JIT - Debug popups
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: JIT - Debug popups
The problem with your script is, that the window must have been created, before you can destroy it. You should be able to overcome this problem by replacing the faulty line with this:

JScript code:
    if(typeof Wnd === "object" && Wnd !== null) Wnd.Close();


I'm pretty sure this'll do it... *-)

This post was edited on 06-06-2010 at 05:19 PM by SmokingCookie.
06-06-2010 05:18 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
JIT - Debug popups - by SiliconShadow on 04-05-2010 at 07:59 PM
RE: JIT - Debug popups - by Spunky on 04-05-2010 at 10:10 PM
RE: JIT - Debug popups - by SmokingCookie on 04-07-2010 at 02:53 PM
RE: JIT - Debug popups - by SiliconShadow on 06-06-2010 at 12:04 PM
RE: JIT - Debug popups - by SmokingCookie on 06-06-2010 at 04:03 PM
RE: JIT - Debug popups - by SiliconShadow on 06-06-2010 at 04:50 PM
RE: RE: JIT - Debug popups - by CookieRevised on 06-10-2010 at 10:36 AM
RE: JIT - Debug popups - by Mnjul on 06-06-2010 at 04:54 PM
RE: RE: JIT - Debug popups - by SiliconShadow on 06-06-2010 at 05:13 PM
RE: JIT - Debug popups - by SmokingCookie on 06-06-2010 at 05:18 PM
RE: JIT - Debug popups - by SiliconShadow on 06-06-2010 at 05:23 PM
RE: JIT - Debug popups - by SiliconShadow on 06-11-2010 at 05:35 PM
RE: JIT - Debug popups - by CookieRevised on 06-11-2010 at 06:22 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