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

Debug Please
Author: Message:
::Quick::
New Member
*


Posts: 5
Joined: Dec 2007
O.P. Debug Please
Hi,

I was wondering if someone could please debug a function.

Simply when a message is received, it's supposed to say Test and close the chat window, except it just keeps on sending the same test message every second and it does not close the window.

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{
ChatWnd.SendMessage("Test");
PlusWnd.Close(0);
}
12-28-2007 12:28 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Debug Please - by ::Quick:: on 12-28-2007 at 12:28 PM
RE: Debug Please - by Mnjul on 12-28-2007 at 12:48 PM
RE: Debug Please - by Matti on 12-28-2007 at 12:59 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