What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » help? (read-only field)

help? (read-only field)
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: help?
I am pretty sure this is how its done... I can't test it tho as I am at work.

code:
<Control xsi:type="EditControl" Id="EdtTest">
    <Attributes Align="Right">
        <ReadOnly>True</ReadOnly>
    </Attributes>
    <DefaultText>Hello</DefaultText>
</Control>
or
code:
<Control xsi:type="EditControl" Id="EdtTest">
    <Attributes>
        <Align>Right</Align>
        <ReadOnly>True</ReadOnly>
    </Attributes>
    <DefaultText>Hello</DefaultText>
</Control>

This post was edited on 11-28-2006 at 10:35 PM by matty.
11-28-2006 10:33 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
help? (read-only field) - by roflmao456 on 11-28-2006 at 09:03 PM
RE: help? - by matty on 11-28-2006 at 09:43 PM
RE: help? - by roflmao456 on 11-28-2006 at 09:47 PM
RE: help? - by matty on 11-28-2006 at 09:58 PM
RE: RE: help? - by roflmao456 on 11-28-2006 at 10:00 PM
RE: help? - by matty on 11-28-2006 at 10:05 PM
RE: help? - by roflmao456 on 11-28-2006 at 10:27 PM
RE: help? - by matty on 11-28-2006 at 10:33 PM
RE: help? - by roflmao456 on 11-28-2006 at 10:40 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