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

Interface help
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Interface help
quote:
Originally posted by .2007
Do i copy it into the script then it will make a interface window
No, you need to create an Interface window in 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>


Taken right from the scripting documentation

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

Messages In This Thread
Interface help - by plus on 01-15-2007 at 08:52 PM
RE: Interface help - by matty on 01-15-2007 at 09:33 PM
RE: Interface help - by plus on 01-15-2007 at 09:39 PM
RE: RE: Interface help - by deAd on 01-15-2007 at 09:49 PM
RE: Interface help - by matty on 01-15-2007 at 09:51 PM
RE: Interface help - by CookieRevised on 01-15-2007 at 09:53 PM
RE: Interface help - by plus on 01-15-2007 at 10:05 PM
RE: RE: Interface help - by deAd on 01-15-2007 at 10:51 PM
RE: Interface help - by plus on 01-15-2007 at 10:56 PM
RE: Interface help - by matty on 01-15-2007 at 11:02 PM
RE: RE: Interface help - by deAd on 01-15-2007 at 11:18 PM
RE: Interface help - by plus on 01-16-2007 at 04:19 PM
RE: Interface help - by Plik on 01-16-2007 at 07:21 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