What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Window won't show up -_-

Window won't show up -_-
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Window won't show up -_-
First things first you are missing a big chunk of the header:

XML code:
<?xml version="1.0" encoding="UTF-16"?><Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd">    <Window Id="WndTest" Version="1">
        <Attributes>
            <Caption>Test Window</Caption>
        </Attributes>
        <TitleBar>
            <Title><Text>Hello!</Text></Title>
        </TitleBar>
        <Position ClientWidth="170" ClientHeight="45"/>
        <DialogTmpl/>
        <Controls>
            <Control xsi:type="StaticControl" Id="LblTop">
                <Position Left="10" Top="10" Width="150"/>
                <Caption>Hello world!</Caption>
            </Control>
            <Control xsi:type="ButtonControl" Id="BtnClose">
                <Position Left="115" Top="25" Width="50"/>
                <Caption>Close</Caption>
            </Control>
        </Controls>
    </Window>
</Interfaces>


This post was edited on 05-11-2009 at 03:02 PM by matty.
05-11-2009 03:01 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Window won't show up -_- - by dokueki on 05-09-2009 at 10:24 AM
RE: Window won't show up -_- - by Spunky on 05-09-2009 at 11:02 AM
RE: Window won't show up -_- - by ryxdp on 05-09-2009 at 11:07 AM
RE: Window won't show up -_- - by Spunky on 05-09-2009 at 11:23 AM
RE: RE: Window won't show up -_- - by ryxdp on 05-09-2009 at 11:04 PM
RE: Window won't show up -_- - by dokueki on 05-09-2009 at 10:57 PM
RE: Window won't show up -_- - by matty on 05-09-2009 at 11:36 PM
RE: Window won't show up -_- - by felipEx on 05-10-2009 at 12:11 AM
RE: RE: Window won't show up -_- - by dokueki on 05-11-2009 at 02:13 PM
RE: Window won't show up -_- - by matty on 05-11-2009 at 03:01 PM
RE: Window won't show up -_- - by Spunky on 05-11-2009 at 03:47 PM
RE: Window won't show up -_- - by matty on 05-11-2009 at 06:11 PM
RE: Window won't show up -_- - by Spunky on 05-11-2009 at 09:06 PM
RE: Window won't show up -_- - by matty on 05-12-2009 at 12:43 PM
RE: Window won't show up -_- - by dokueki on 05-12-2009 at 02:06 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