What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Interface Windows - Custom Look

[?] Interface Windows - Custom Look
Author: Message:
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: [?] Interface Windows - Custom Look
code:
<Control xsi:type="ButtonControl" Id="Btn">
<Position Top="5" Left="5" Width="50" Height="10"/>
<CustomLook>
<Normal>
<Element xsi:type="TextElement" Id="BtnNormText">
<Position Top="0" Left="0" Width="50" Height="10"/>
<Text>Norm</Text>
</Element>
</Normal>
<Hot>
<Element xsi:type="TextElement" Id="BtnHotText">
<Position Top="0" Left="0" Width="50" Height="10"/>
<Text>Hot</Text>
</Element>
</Hot>
<Pushed>
<Element xsi:type="TextElement" Id="BtnPushedText">
<Position Top="0" Left="0" Width="50" Height="10"/>
<Text>Pushed</Text>
</Element>
</Pushed>
</CustomLook>
</Control>


Note: this code is not tested, please say if it does not work and I will make sure it will work

This code is a button that when not hovered/pushed it will display the text "Norm" with no background. When Hovered over it will display "Hot" with no background and when pushed it will display the text "Pushed" with no background.

I hope this is what you were after...
08-10-2007 06:23 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Interface Windows - Custom Look - by roflmao456 on 08-10-2007 at 04:04 AM
RE: [?] Interface Windows - Custom Look - by NanaFreak on 08-10-2007 at 06:23 AM
RE: [?] Interface Windows - Custom Look - by Spunky on 08-10-2007 at 02:21 PM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-18-2007 at 09:17 PM
RE: [?] Interface Windows - Custom Look - by NanaFreak on 08-19-2007 at 01:15 AM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-19-2007 at 07:25 PM
RE: [?] Interface Windows - Custom Look - by mynetx on 08-20-2007 at 11:41 AM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-20-2007 at 02:32 PM
RE: [?] Interface Windows - Custom Look - by mynetx on 08-20-2007 at 02:37 PM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-20-2007 at 02:44 PM
RE: [?] Interface Windows - Custom Look - by matty on 08-20-2007 at 02:47 PM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-20-2007 at 02:49 PM
RE: [?] Interface Windows - Custom Look - by mynetx on 08-20-2007 at 02:55 PM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-20-2007 at 05:18 PM
RE: [?] Interface Windows - Custom Look - by mynetx on 08-21-2007 at 09:40 AM
RE: [?] Interface Windows - Custom Look - by Spunky on 08-21-2007 at 01:58 PM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-21-2007 at 02:04 PM
RE: [?] Interface Windows - Custom Look - by Matti on 08-21-2007 at 04:37 PM
RE: [?] Interface Windows - Custom Look - by roflmao456 on 08-21-2007 at 04:44 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