Shoutbox

[chatwnd] please help for finding chat window. - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [chatwnd] please help for finding chat window. (/showthread.php?tid=68976)

[chatwnd] please help for finding chat window. by roflmao456 on 11-29-2006 at 10:41 PM

i need help finding the chat window without using the ChatWnd created, SendMessage, ReceiveMessage, and ChatWnd destroyed.

is there any way to do this :( plz

applying this on my other script: Calculator


RE: [chatwnd] please help for finding chat window. by matty on 11-29-2006 at 10:48 PM

What are trying to do?

code:
function _getChatWnds(){
    for (var e = new Enumerator(Messenger.CurrentChats); !e.atEnd(); e.moveNext()){
        /*
            e.item() is now a chatwnd object, this
                     will loop through all of the
                     open windows and return the
                     ChatWnd Object
        */
    }
}

RE: [chatwnd] please help for finding chat window. by roflmao456 on 11-29-2006 at 11:27 PM

quote:
Originally posted by Matty

code:
e.moveNest())


isnt it e.moveNext())

RE: [chatwnd] please help for finding chat window. by matty on 11-29-2006 at 11:33 PM

Yes it was a typo what can I say.