What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help] Insert last message to textarea

[help] Insert last message to textarea
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [help] Insert last message to textarea
http://mpscripts.net/docs/ref-chatwnd-edittext.php
http://mpscripts.net/docs/ref-chatwnd-editchangeallowed.php

Javascript code:
if ( pChatWnd.EditChangeAllowed === true ) {
    pChatWnd.EditText = 'this is some text';
}


pChatWnd is inherited 4 ways and cannot directly be called as such.

Javascript code:
function OnEvent_ChatWndSendMessage ( pChatWnd, sMessage ) {}
 
function OnEvent_ChatWndReceiveMessage ( pChatWnd, sOrigin, sMessage, nMessageType ) {}
 
pChatWnd = MsgPlus.OpenChat ( 'johndoe@hotmail.com' );
 
for ( var pChatWnd = new Enumerator ( Messenger.CurrentChats ); !pChatWnd.atEnd(); pChatWnd.moveNext() ) {
    Debut.Trace ( pChatWnd.item().Handle );
}

07-02-2009 01:58 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help] Insert last message to textarea - by chu4 on 07-02-2009 at 01:47 PM
RE: [help] Insert last message to textarea - by matty on 07-02-2009 at 01:58 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