What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Why doesn't my window start?

Why doesn't my window start?
Author: Message:
ibragordon
New Member
*


Posts: 2
Joined: Dec 2006
O.P. Why doesn't my window start?
I 'm not able to open this window:
Can anyone help me to find errors in this code? Thank you.

<?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" Name="Prova">
   

    <Window Id="WndSending" Version="1">       
        <Attributes>
            <Caption>Plus!Mail - Sending</Caption>
        </Attributes>
       
        <TitleBar>
            <Title><Text>Sending Email...</Text></Title>
        </TitleBar>

        <Position Width="200" Height="100"/>       
        <DialogTmpl/>
   
        <Controls>
            <!-- Please Wait Message -->
                <Control xsi:type="StaticControl" Id="lblStatus">
                    <Position Top="12" Width="200" Height="20" Left="0"/>
                    <Caption>Please wait while your email is being sent...\r\nThis may take several minutes with attachments...</Caption>
                    <Attributes>
                        <Align>center</Align>
                    </Attributes>
                </Control>
            <!-- OK Button -->
                <Control xsi:type="ButtonControl" Id="btnOK" Visible="false">
                    <Position Top="35" Width="50" Left="75"/>
                    <Caption>OK</Caption>
                    <Attributes>
                        <IsDefault>true</IsDefault>
                    </Attributes>
                </Control>
        </Controls>
    </Window>


</Interfaces>
12-14-2006 07:13 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Why doesn't my window start? - by ibragordon on 12-14-2006 at 07:13 PM
RE: Why doesn't my window start? - by gravier on 12-14-2006 at 07:17 PM
RE: Why doesn't my window start? - by ibragordon on 12-16-2006 at 11:12 AM
RE: Why doesn't my window start? - by Eljay on 12-16-2006 at 11:25 AM
RE: Why doesn't my window start? - by foaly on 12-16-2006 at 02:44 PM
RE: Why doesn't my window start? - by ins4ne on 12-16-2006 at 02:52 PM
RE: Why doesn't my window start? - by Spunky on 12-16-2006 at 04:02 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