What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [HELP]weird xml problem

[HELP]weird xml problem
Author: Message:
DaAniv
Junior Member
**


Posts: 19
31 / Male / Flag
Joined: Jan 2009
O.P. RE: [HELP]weird xml problem
it also tells me when the sent message isn't a commend in the xml
code:
Error: Object required (code: -2146827864)
       File: Sentences.js. Line: 570.
Function OnEvent_ChatWndSendMessage returned an error. Code: -2147352567

it's in a function OnEvent_ChatWndSendMessage(ChatWnd, Message){
JavaScript code:
for(i=0;i<=children;i++)
{
    if(Message.toLowerCase()=="/"+USS.getElementsByTagName("UserSentence")[i].childNodes[0].text)
    {
        RMessage=Find(USS.getElementsByTagName("UserSentence")[i].childNodes[1].text)
        break;
    }
}

This post was edited on 01-26-2009 at 04:44 PM by DaAniv.
01-26-2009 04:43 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[HELP]weird xml problem - by DaAniv on 01-26-2009 at 03:00 PM
RE: [HELP]weird xml problem - by matty on 01-26-2009 at 03:07 PM
RE: [HELP]weird xml problem - by DaAniv on 01-26-2009 at 03:19 PM
RE: [HELP]weird xml problem - by DaAniv on 01-26-2009 at 04:43 PM
RE: [HELP]weird xml problem - by ShawnZ on 01-26-2009 at 04:49 PM
RE: [HELP]weird xml problem - by matty on 01-26-2009 at 04:54 PM
RE: [HELP]weird xml problem - by DaAniv on 01-26-2009 at 05:19 PM
RE: [HELP]weird xml problem - by matty on 01-26-2009 at 05:50 PM
RE: [HELP]weird xml problem - by DaAniv on 01-26-2009 at 05:53 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