What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » hello world window

hello world window
Author: Message:
ab5000
New Member
*


Posts: 4
Joined: Feb 2007
O.P. hello world window
hello.
today i've tryed to show the "Hello World" window explained in the Scripting Documentation.
I've saved the xml file as "windows.xml" and i've written this code:
code:
function OnEvent_Initialize(MessengerStart)
{
    Wnd = MsgPlus.CreateWnd("windows.xml", "WndTest");
}

but it doesn't show the window and returns null.
What's the problem?
Thaks to all.
P.S.: Sorry for my bad english.
02-19-2007 04:29 PM
Profile E-Mail PM Find Quote Report
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: hello world window
You need to save the window as Unicode :)
02-19-2007 04:36 PM
Profile PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: hello world window
quote:
Originally posted by fatfreechicken
You need to save the window as Unicode :)
Unicode-16 to be precise;)
02-19-2007 06:00 PM
Profile E-Mail PM Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: hello world window
maybe your window is not a valid xml  ehehe
you can use the InterfaceTester :)
02-19-2007 07:12 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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