What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Window example from Scripting Doc and questions

Window example from Scripting Doc and questions
Author: Message:
Aloshi
New Member
*

Avatar

Posts: 12
– / Male / –
Joined: Jun 2006
O.P. RE: Window example from Scripting Doc and questions
Alright (Sorry for double post :S), I am using this code:
code:
function OnEvent_Initialize(MessengerStart)
{
var Wnd = MsgPlus.CreateWnd("InterfaceTest.xml", "WndTest");
}

function OnEvent_Uninitialize(MessengerExit)
{
}
function OnWndTestEvent_CtrlClicked(Wnd, ControlId)
{
if(ControlId == "BtnClose")
Wnd.Close(1);
var contact = "Email@email.com"
Messenger.OpenChat(contact);
ChatWnd.SendMessage("Test");
}
But it's not sending a message...The gui pops up, I hit the button, it brings up a chat, but no message is sent.

This post was edited on 06-26-2006 at 06:23 PM by Aloshi.
06-26-2006 06:21 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Window example from Scripting Doc and questions - by Aloshi on 06-25-2006 at 11:13 PM
RE: Window example from Scripting Doc not working - by pollolibredegrasa on 06-25-2006 at 11:17 PM
RE: Window example from Scripting Doc and questions - by Aloshi on 06-26-2006 at 02:38 AM
RE: Window example from Scripting Doc and questions - by matty on 06-26-2006 at 03:20 AM
RE: Window example from Scripting Doc and questions - by ivan300 on 06-26-2006 at 03:20 AM
RE: Window example from Scripting Doc and questions - by Aloshi on 06-26-2006 at 02:22 PM
RE: Window example from Scripting Doc and questions - by matty on 06-26-2006 at 02:25 PM
RE: Window example from Scripting Doc and questions - by Yomeh on 06-26-2006 at 02:28 PM
RE: Window example from Scripting Doc and questions - by Aloshi on 06-26-2006 at 02:59 PM
RE: Window example from Scripting Doc and questions - by Aloshi on 06-26-2006 at 06:21 PM
RE: Window example from Scripting Doc and questions - by mathieumg on 06-26-2006 at 06:29 PM
RE: Window example from Scripting Doc and questions - by pollolibredegrasa on 06-26-2006 at 06:30 PM
RE: Window example from Scripting Doc and questions - by Aloshi on 06-26-2006 at 06:33 PM
RE: Window example from Scripting Doc and questions - by Aloshi on 07-01-2006 at 02:14 PM
RE: Window example from Scripting Doc and questions - by pollolibredegrasa on 07-01-2006 at 02:18 PM
RE: Window example from Scripting Doc and questions - by Aloshi on 07-01-2006 at 03:30 PM
RE: Window example from Scripting Doc and questions - by matty on 07-01-2006 at 03:38 PM
RE: Window example from Scripting Doc and questions - by Aloshi on 07-01-2006 at 05:34 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