What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » SendMessage doens't do anything

SendMessage doens't do anything
Author: Message:
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
O.P. SendMessage doens't do anything
Ok I got a strange problem, and I hope someone can help...
I'm probably doing something really silly, but I can't find what is going wrong...

here is the code:
Javascript code:
function OngetbackEvent_EditTextChanged(wnd,ic){
        var str =""+wnd.GetControlText(ic).toLowerCase();
        //schermpje.SendMessage("automatisch bericht door roosterscript:\n"+str);
        if(str.search("_")>=0){ //do thingies
            str = str.substring(0,str.length-1);
            if(str == "close"){
                wnd.Close(36259);  
            }else{
                schermpje.SendMessage("automatisch bericht door roosterscript:\n");
                //Debug.Trace("automatisch bericht door roosterscript:\n"+str);
                wnd.SetControlText("txtje","");
            }  
        }
}

The commented SendMessage works, the uncommented one after the else statement doesn't and it doesn''t give an error. The commented debug.trace works...
Does anyone know why?

This post was edited on 10-06-2009 at 06:38 AM by foaly.
10-05-2009 03:38 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
SendMessage doens't do anything - by foaly on 10-05-2009 at 03:38 PM
RE: SendMessage doens't do anything - by matty on 10-05-2009 at 04:38 PM
RE: SendMessage doens't do anything - by foaly on 10-06-2009 at 05:44 AM
RE: SendMessage doens't do anything - by CookieRevised on 10-06-2009 at 06:03 AM
RE: SendMessage doens't do anything - by foaly on 10-06-2009 at 06:36 AM
RE: SendMessage doens't do anything - by CookieRevised on 10-06-2009 at 10:53 AM
RE: SendMessage doens't do anything - by foaly on 10-06-2009 at 04:00 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