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

ChatWnd.SendMessage stops
Author: Message:
H-J
New Member
*


Posts: 5
– / Male / –
Joined: Aug 2006
O.P. Dodgy  ChatWnd.SendMessage stops
Hello,

I've a problem with sendig a lot of text by using ChatWnd.SendMessage. Afther 15 entries the chatwindow accept no input from the ChatWnd.SendMessage function. Is that a security? By that, how can I overrule the security?
I ve also tried with a wait/sleep but that doesnot work. (setTimeout("moveNext()", 1000)) afther 10 rows. Also the wait.dll does not make me happy. does not work or I make mistake.. . :$

Can someone help me?



                if (RSSong.EOF)
                {
                    ChatWnd.SendMessage("+.+ Niets gevonden" );
                }
                else
                {
                    ChatWnd.SendMessage("+.+ Wel wat gevonden met " + ZoekenNaar );
                    var aa = 1
                    while (!RSSong.EOF)
                    {
                      if(aa == 10)
                      {
                        Interop.Call(MsgPlus.ScriptFilesPath+'\\Wait.dll', "Attente", 2000);
                        Interop.FreeDLL(MsgPlus.ScriptFilesPath+'\\Wait.dll');
                        RSSong.moveNext();
                        var aa = 1
                      }
                      else
                      {
                        aa = aa + 1
                        ChatWnd.SendMessage("+.+ ID:"+RSSong("ID").Value+" ---- " + RSSong("artist").Value + ", " + RSSong("title").Value);
                        RSSong.moveNext();
                      }

                    }
                }
                RSSong.Close();
Greetings H-J
--------------------------------
Friday Madness Radio
Music you control
www.fm-r.nl
--------------------------------
08-02-2006 05:30 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
ChatWnd.SendMessage stops - by H-J on 08-02-2006 at 05:30 PM
RE: ChatWnd.SendMessage stops - by absorbation on 08-02-2006 at 05:32 PM
RE: ChatWnd.SendMessage stops - by H-J on 08-02-2006 at 05:37 PM
RE: ChatWnd.SendMessage stops - by rob_botch on 08-02-2006 at 05:41 PM
RE: ChatWnd.SendMessage stops - by H-J on 08-02-2006 at 06:07 PM
RE: ChatWnd.SendMessage stops - by foaly on 08-02-2006 at 06:12 PM
RE: ChatWnd.SendMessage stops - by rob_botch on 08-02-2006 at 06:23 PM
RE: ChatWnd.SendMessage stops - by Patchou on 08-02-2006 at 06:53 PM
RE: RE: ChatWnd.SendMessage stops - by H-J on 08-02-2006 at 07:11 PM
RE: ChatWnd.SendMessage stops - by alexp2_ad on 08-02-2006 at 06:58 PM
RE: ChatWnd.SendMessage stops - by Plik on 08-02-2006 at 07:02 PM
RE: ChatWnd.SendMessage stops - by Patchou on 08-02-2006 at 07:06 PM
RE: RE: ChatWnd.SendMessage stops - by alexp2_ad on 08-02-2006 at 07:09 PM
RE: ChatWnd.SendMessage stops - by deAd on 08-02-2006 at 07:30 PM
RE: RE: ChatWnd.SendMessage stops - by H-J on 08-02-2006 at 07:32 PM
RE: ChatWnd.SendMessage stops - by R4000 on 10-01-2006 at 08:28 PM
RE: ChatWnd.SendMessage stops - by CookieRevised on 10-01-2006 at 08:46 PM
RE: ChatWnd.SendMessage stops - by matty on 10-01-2006 at 09:07 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