What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Radio buttons in SKin options

Pages: (2): « First « 1 [ 2 ] Last »
Radio buttons in SKin options
Author: Message:
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: Radio buttons in SKin options
Knightmare, unfortunately it's not possible to change the values of any elements or controls in the skin options without actually changing the Options.xml file (or whatever your options file is named), it's just a limitation of the current skinning system.

Your best choice based on the screenshot you provided is to just combine it all into one so that you just 'choose a hero/heroine' (and have both males and females together in the combo box) instead of having to select hero/heroine first then choose from the list.

I assume the only reason you're not doing this as of yet is because you want to be able to determine whether the user has selected a hero/heroine so that you could for example change a background colour between blue (male) and purple (female) or something along those lines. The only solution for that is to just include all of the heroes' names in your conditional tags:

code:
<*PlusSkin Conditions(Hero = "Batman" OR Hero = "Silver Surfer")*>
    <element background=rgb(0,0,255)>
</*PlusSkin*>

<*PlusSkin Conditions(Hero = "Spidergirl" OR Hero = "Wonder Woman")*>
    <element background=rgb(160,32,240)>
</*PlusSkin*>

This post was edited on 08-31-2008 at 04:32 AM by Volv.
08-31-2008 12:01 AM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« 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