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>