What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?]help on staticcontrol :(

[?]help on staticcontrol :(
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. Huh?  [?]help on staticcontrol :(
I need help on the StaticControl to make it wrapped (Word Wrap)
can someone tell me?
[quote]
Ultimatess6
: What a noob mod
12-05-2006 02:40 AM
Profile PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [?]help on staticcontrol :(
quote:
Originally posted by roflmao456
I need help on the StaticControl to make it wrapped (Word Wrap)
can someone tell me?

code:
<Control xsi:type="StaticControl" Id="StcMyTestControl">
    <Position Top="10" Width="50" Height="100" Left="10" />
    <Attributes>
        <WrapText>True</WrapText>
    </Attributes>
    <Caption>Hi this is some text that is repeated. Hi this is some text that is repeated. Hi this is some text that is repeated. Hi this is some text that is repeated. Hi this is some text that is repeated. Hi this is some text that is repeated. Hi this is some text that is repeated. Hi this is some text that is repeated.</Caption>
</Control>

Read the scripting docs?

This post was edited on 12-05-2006 at 03:25 AM by matty.
12-05-2006 02:54 AM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [?]help on staticcontrol :(
I think you mean:

code:
<Control xsi:type="StaticControl" Id="StcMyTestControl">
    <Position Top="10" Width="50" Height="100" Left="10" />
    <Attributes>
        <WrapText>True</WrapText>
    </Attributes>
    <Caption>Hi this is some text that is repeated. Hi this is some text that is repeated. Hi this is some text that is repeated. Hi this is some text that is repeated. Hi this is some text that is repeated. Hi this is some text that is repeated. Hi this is some text that is repeated. Hi this is some text that is repeated.</Caption>
</Control>


I also already told him to search the scripting documentation before this post was made in order for him to start looking things up
<Eljay> "Problems encountered: shit blew up" :zippy:
12-05-2006 03:18 AM
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