What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help] Active ChatWnd

[help] Active ChatWnd
Author: Message:
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
O.P. [help] Active ChatWnd
Hi, I'm building a script and on there's a point where you have a PlusWnd and when you click on a button it writes something on the ChatWnd. The problem is that I can't do it. :S

[code]function OnWndCharSelectEvent_CtrlClicked(PlusWnd, ControlId)
{
    switch(ControlId)
    {
        case "BtnClose":
            PlusWnd.Close(0);
            break;
           
        case "BtnInsert":
        var currenttext = ChatWindow.EditText;
        var SelectedChar = PlusWnd.Combo_GetCurSel("cbcChar");
        ChatWnd.EditText_ReplaceSel(SelectedChar);
        break;
    }
}[code]

I get "ChatWnd not defined" how can I define it? Can't find it.
Best Regards,
Joćo Godinho
01-26-2007 02:26 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help] Active ChatWnd - by LifelesS on 01-26-2007 at 02:26 PM
RE: [help] Active ChatWnd - by Felu on 01-26-2007 at 02:38 PM
RE: RE: [help] Active ChatWnd - by vikke on 01-26-2007 at 03:30 PM
RE: [help] Active ChatWnd - by Matti on 01-26-2007 at 02:39 PM
RE: [help] Active ChatWnd - by LifelesS on 01-26-2007 at 02:40 PM
RE: [help] Active ChatWnd - by Matti on 01-26-2007 at 02:47 PM
RE: [help] Active ChatWnd - by LifelesS on 01-26-2007 at 02:49 PM
RE: [help] Active ChatWnd - by Felu on 01-26-2007 at 02:51 PM
RE: [help] Active ChatWnd - by CookieRevised on 01-26-2007 at 02:54 PM
RE: [help] Active ChatWnd - by LifelesS on 01-26-2007 at 02: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