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:
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: Window example from Scripting Doc and questions
Try something like this

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"
var convo = Messenger.OpenChat(contact);
convo.SendMessage("Test");
}



;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
06-26-2006 06:30 PM
Profile PM 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