Hello.
I'm kinda new to Scripting in MP!L, and I need some help with... the Interface.
Well. I took a peek in the Scripting Documentiation, and I found the chapter about Interface, or 'Windows for your script'!
I tried to follow the instructions to make the Tutorial interface (Hello World!), but it just refuses to work.
First, I copied all the stuff in the codebox, pasted in Notepad(2), saved it to my Script's folder (Windows Test), and named it InterfaceTest.xml.
Then, I wrote
code:
function OnEvent_Initialize(MessengerStart)
{
var Wnd = MsgPlus.CreateWnd("InterfaceTest.xml", "WndTest");
}
exactly as it said, saved the script... But no, no window came up after the Debugging window said 'Anropad funktion: OnEvent_Initialize' (Swedish. xD)
I get no error messages or anything, but still no window. >:
Also, Im using WLM2009 (1202) and MP!L 4.79.0.353 Beta!
Please help me with this nooby error, and I'll delete the thread. <3
EDIT: I forgot to mention that other scripts interface work. <_<