What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Trying to write on a .txt file

Trying to write on a .txt file
Author: Message:
iklipxe
New Member
*


Posts: 4
Joined: Jan 2008
O.P. RE: Trying to write on a .txt file
i've saved with unicode and removed the width="0" and the window apears without controls :S

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" Name="Demo Script Windows">
    <Window Id="windowZero" Version="1">
        <Position Width="114" Height="128" />
        <Attributes>
            <Caption>Test Window</Caption>
            </Attributes>
        <TitleBar>
            <Title><Text>Hello!</Text></Title>
        </TitleBar>
        <Controls>
            <Control xsi:type="ListBoxControl" Id="list">
                <Position Top="37" Left="26" />
            </Control>
            <Control xsi:type="ButtonControl" Id="btnAdd">
                <Position Top="37" Left="26" />
                <Caption>Adicionar</Caption>
            </Control>
            <Control xsi:type="ButtonControl" Id="btnRem">
                <Position Top="80" Left="190" />
                <Caption>Remover</Caption>
            </Control>
            <Control xsi:type="StaticControl" Id="static1">
                <Position Top="37" Left="26" />
                <Caption>Made by zeroonnet</Caption>
            </Control>
        </Controls>
    </Window>
</Interfaces>

What's wrong?
01-14-2008 10:57 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Trying to write on a .txt file - by iklipxe on 01-13-2008 at 09:24 PM
RE: Trying to write on a .txt file - by Dheano on 01-13-2008 at 09:46 PM
RE: Trying to write on a .txt file - by roflmao456 on 01-13-2008 at 09:51 PM
RE: Trying to write on a .txt file - by iklipxe on 01-13-2008 at 09:53 PM
RE: Trying to write on a .txt file - by iklipxe on 01-13-2008 at 10:42 PM
RE: RE: Trying to write on a .txt file - by davidpolitis on 01-14-2008 at 04:36 AM
RE: Trying to write on a .txt file - by roflmao456 on 01-14-2008 at 01:10 PM
RE: Trying to write on a .txt file - by iklipxe on 01-14-2008 at 10:57 PM
RE: RE: Trying to write on a .txt file - by pollolibredegrasa on 01-14-2008 at 11:17 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