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

xml window position
Author: Message:
scutterman
Junior Member
**

Avatar
-- Scutterman avatar from Runescape

Posts: 21
– / Male / Flag
Joined: Jul 2007
O.P. RE: xml window position
ok, I've tried MoveWindow() but I can't seem to get it to work. If I have the last parameter in quotes, or left out I get an "object expected" error but if I have it out of quotes it comes up with "'FALSE' is undefined". Can someone give me an example MPL script please?

code:

function OnEvent_ChatWndReceiveMessage(oChatWnd, sOrigin, sMessage, nMessageKind)
{

    if (sMessage == "Testing")
    {
//    MsgPlus.DisplayToast("","Testing, Testing, 1, 2, 3")
    var Wnd = MsgPlus.CreateWnd("InterfaceTest.xml", "WndTest",1);
    var WndHandle = Wnd.Handle
    MoveWindow(WndHandle, 100, 100, 100, 100, FALSE);
    }
   
}



Thanks
~~Scutterman~~

Of course the world doesn't make sense
Its only purpose is to be somewhere that
humans can stand around in complaining
that the world doesn't make sense


08-30-2007 09:37 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
xml window position - by scutterman on 08-29-2007 at 07:35 PM
RE: xml window position - by matty on 08-29-2007 at 07:50 PM
RE: xml window position - by scutterman on 08-29-2007 at 07:53 PM
RE: xml window position - by markee on 08-29-2007 at 11:27 PM
RE: xml window position - by scutterman on 08-30-2007 at 08:58 AM
RE: xml window position - by scutterman on 08-30-2007 at 09:37 AM
RE: xml window position - by Spunky on 08-30-2007 at 10:17 AM
RE: xml window position - by scutterman on 08-30-2007 at 11:26 AM
RE: xml window position - by scutterman on 08-30-2007 at 11:34 AM
RE: xml window position - by Matti on 08-30-2007 at 12:19 PM
RE: xml window position - by scutterman on 08-30-2007 at 06:39 PM
RE: xml window position - by matty on 08-30-2007 at 07:01 PM
RE: xml window position - by markee on 08-31-2007 at 12:15 AM
RE: xml window position - by scutterman on 09-02-2007 at 01:38 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