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:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: JIT - Debug popups
Wnd is usually a Plus! window that you have opened. Either the variable Wnd is not created or the variable is being declared in the wrong scope (local instead of global).

To make sure the variable is in the right scope, put "var Wnd;" outside all functions and change the line that opens the window to "Wnd = MsgPlus.CreateWnd('interface.xml', 'myWindow');"

If that gives the same error  then the window is just not being created, possibly due to an error in the XML markup
<Eljay> "Problems encountered: shit blew up" :zippy:
04-05-2010 10:10 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