What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [help] Contact list background multival..

[help] Contact list background multival..
Author: Message:
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
O.P. [help] Contact list background multival..
Whenever i try to do a multival option to change the contact list background the background just stays white.., when its supposed to be blue..=/ when i just do a true/false option it works fine..=/

This is the code I'm using for the option..
code:
<BuddyList id=atom(abView) Layout=FillLayout() CmdGroup=guid("{16E32D35-5350-4805-B7F0-5E782510AF6F}") <*PlusSkin Conditions(Back= Shadow) *>background=rcbkd(59000)</*PlusSkin*><*PlusSkin Conditions(Back= Blue) *>background=rcbkd(59100)</*PlusSkin*><*PlusSkin Conditions(Back= None) *></*PlusSkin*>/>


and in the skininfo.xml..
code:
            <MultiVal Name="Back">
                <DispLabel>Choose a Contact List Background</DispLabel>
                <DispHelp>Pick a background, click okay, restart messenger</DispHelp>
                <Values>
                    <Value DispLabel="Shadow">Shadow</Value>
                    <Value DispLabel="Blue">Blue</Value>
                    <Value DispLabel="None">None</Value>
                </Values>
                <Default>Shadow</Default>
            </MultiVal>
QUACK QUACK QUACK

03-02-2008 02:50 AM
Profile E-Mail PM Find Quote Report
Willz
Senior Member
****

Avatar

Posts: 953
Reputation: 52
36 / Male / Flag
Joined: Jul 2006
RE: [help] Contact list background multival..
The easiest way to do a background selector is through different ResGroups for the one image.

That is the way I did it in Ev0, its a lot easier to manage and if you ever want to add more backgrounds in you just add a new resgroup rather than add a whole bunch of new resources and <PlusSkin> conditions.

<ResGroup>
   <Restrictions>
      <MsgVersions>
         <Version Major="8" Minor="5"/>
      </MsgVersions>
      <SkinOptions>
          <OptionSet>
               <Conditions>Background= "Blah"</Conditions>
           </OptionSet>
       </SkinOptions>
     </Restrictions>
      .........
      .........
</ResGroup>
       
Anyway if you need clarification just ask.       
03-02-2008 04:15 AM
Profile PM Web Find Quote Report
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: [help] Contact list background multival..
You're forgetting quotation marks ""
quote:
Originally posted by duck!
<*PlusSkin Conditions(Back= Blue) *>
Should be
quote:
Originally posted by duck!
<*PlusSkin Conditions(Back= "Blue") *>

EDIT: But as Willz said, if you're simply changing the resources being used then it's best to just modify the SkinInfo file to only load the required resource.

This post was edited on 03-02-2008 at 09:44 AM by Volv.
03-02-2008 09:43 AM
Profile PM Find Quote Report
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
O.P. RE: [help] Contact list background multival..
Thanks guys, works now :P
QUACK QUACK QUACK

03-02-2008 10:54 AM
Profile E-Mail 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