What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » ChatWnd contains no properties or methods

ChatWnd contains no properties or methods
Author: Message:
Jeroen Noten
New Member
*


Posts: 8
Joined: Aug 2006
O.P. ChatWnd contains no properties or methods
(I'm Dutch, sorry for my bad English.)

Hello everybody,

I have a problem with my script. Maybe it's WLM 9, because I have the problems since I installed 9.

The problem:
I have made this script (as a test script):

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind){
    Debug.Trace(typeof ChatWnd);
    for (i in ChatWnd) {
        Debug.Trace(ChatWnd[i]);
    }
}


When I send a message to somebody or somebody sends a message to me, i get in the debug window:

object

That's all. It means that ChatWnd contains no properties or methods, what I don't understand. Does anyone have a solution or a cause?

Thanks!
05-10-2008 11:22 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
ChatWnd contains no properties or methods - by Jeroen Noten on 05-10-2008 at 11:22 AM
RE: ChatWnd contains no properties or methods - by Spunky on 05-10-2008 at 07:36 PM
RE: ChatWnd contains no properties or methods - by matty on 05-11-2008 at 01:30 AM
RE: ChatWnd contains no properties or methods - by Spunky on 05-11-2008 at 08:15 AM
RE: ChatWnd contains no properties or methods - by CookieRevised on 05-12-2008 at 12:21 AM
RE: ChatWnd contains no properties or methods - by Matti on 05-12-2008 at 10:47 AM
RE: ChatWnd contains no properties or methods - by Jeroen Noten on 06-29-2008 at 09:17 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