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 -_-
What page are you looking at? The XML Schemas Reference > Interface Windows > Information has:
XML code:
<Interfaces xmlns="urn:msgplus:interface"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd">
    <Window>...</Window>
</Interfaces>


The XML Schemas Reference > Interface Windows > Examples has:
XML code:
<Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd">
   
<Window Id="SoundTransfer400" Version="1">
    <Attributes>
        <ShowInTaskbar>false</ShowInTaskbar>
    </Attributes>
   
    <TitleBar>
        <AllowMinimize>false</AllowMinimize>
        <AllowClose>false</AllowClose>
    </TitleBar>
   
    <Position Width="200" Height="60"/>
   
    <DialogTmpl>   
        <BottomBar Style="None">
            <LeftControls>
                <Control xsi:type="ProgressControl" Id="PrgWait">
                    <Position Top="5" Width="100" Left="0" Height="10"/>
                    <Marquee/>
                </Control>
            </LeftControls>
 
            <RightControls>
                <Control    xsi:type="ButtonControl" Id="BtnCancel">
                    <Position Top="0" Width="50" Left="0"/>
                    <Caption>&amp;Cancel</Caption>
                </Control>
            </RightControls>
        </BottomBar>
    </DialogTmpl>
   
    <Elements>
        <Element    xsi:type="ImageElement" Id="ImgSound">
            <Position Top="5" Left="6"/>
            <Image><Name>icon-speaker</Name></Image>
        </Element>
    </Elements>
   
    <Controls>
        <Control xsi:type="StaticControl" Id="LblMessage">
            <Position Top="5" Width="150" Left="32" Height="20"/>
            <Attributes>
                <WrapText>true</WrapText>
            </Attributes>
            <Caption>Please wait...\nThe sound is being sent.</Caption>
        </Control>
    </Controls>
</Window>
 
</Interfaces>

05-11-2009 06:11 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