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:
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: RE: Trying to write on a .txt file
quote:
Originally posted by iklipxe
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" Width="0" Left="26" />
            </Control>
            <Control xsi:type="ButtonControl" Id="btnAdd">
                <Position Top="37" Width="0" Left="26" />
                <Caption>Adicionar</Caption>
            </Control>
            <Control xsi:type="ButtonControl" Id="btnRem">
                <Position Top="80" Width="0" Left="190" />
                <Caption>Remover</Caption>
            </Control>
            <Control xsi:type="StaticControl" Id="static1">
                <Position Top="37" Width="0" Left="26" />
                <Caption>Made by zeroonnet</Caption>
            </Control>
        </Controls>
    </Window>
</Interfaces>

Change the positioning and remove all instances of Width="0"?

This post was edited on 01-14-2008 at 04:41 AM by davidpolitis.
01-14-2008 04:36 AM
Profile 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