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
gravier
New Member
*

Avatar
Pwet !

Posts: 5
32 / Male / Flag
Joined: Dec 2006
RE: Why doesn't my window start?
I had this problem before.

You must save your file in Unicode-16.
With Notepad or Wordpad, Save -> Unicode 16.

Hope it helps.
Mais osef quoi !
12-14-2006 07:17 PM
Profile E-Mail PM Web Find Quote Report
ibragordon
New Member
*


Posts: 2
Joined: Dec 2006
O.P. RE: Why doesn't my window start?
Thank you gravier but it's not the cause of the problem.
I can't open windows with simply pasted code from functionally scripts also.
Am i so stupid?
12-16-2006 11:12 AM
Profile E-Mail PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: Why doesn't my window start?
quote:
Originally posted by ibragordon
Thank you gravier but it's not the cause of the problem.
I can't open windows with simply pasted code from functionally scripts also.
Am i so stupid?

it must be the problem, because i just copy pasted the code and saved it as unicode and the window opened fine.
12-16-2006 11:25 AM
Profile PM Find Quote Report
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: Why doesn't my window start?
try opening it with the interface tester:
http://www.msgpluslive.net/scripts/view/154-Messe...-Interface-Tester/
if that works you are doing something wrong in your script itself...
12-16-2006 02:44 PM
Profile E-Mail PM Find Quote Report
ins4ne
Veteran Member
*****

Avatar
...

Posts: 1015
Reputation: 38
36 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Why doesn't my window start?
quote:
Originally posted by gravier
You must save your file in Unicode-16.
quote:
Originally posted by ibragordon
<?xml version="1.0" encoding="UTF-16"?>

8-)...

This post was edited on 12-16-2006 at 02:52 PM by ins4ne.
[Image: b5c5bb366c94ba43283cc13901380e3e.png]
12-16-2006 02:52 PM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Why doesn't my window start?
I'm not sure that has any bearing on the file encoding the file is saved with, but rather, what the reader should expect
<Eljay> "Problems encountered: shit blew up" :zippy:
12-16-2006 04:02 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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