What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [help me] multi val not working

[help me] multi val not working
Author: Message:
zogo
Junior Member
**

Avatar
all you are doomed

Posts: 98
Reputation: 1
30 / Male / Flag
Joined: Feb 2008
O.P. Huh?  RE: [help me] multi val not working
here is the code for my vista x skin i am updating to enable the title bar bg to be changed i've followed willz coding but it returns to the default banner

code:
<SkinInfo>
    <Information>
        <Name>VISTA X</Name>
        <Description>new to 2 - background chooser, high quality images, new shaded title and much much more!!!</Description>
        <AboutUrl>http://www.pyramid.co.uk.tp</AboutUrl>
        <Version>2.10</Version>
    <Compatibility>
    <MsgVersion Major="8" Minor="5" />
    </Compatibility>
        <Screenshot>
            <File>vista x.png</File>
        </Screenshot>
    </Information>

    <Options><Skin>
        <Properties>
            <BoolVal Name="ChangeBkg">
                <DispLabel>use the vista x background</DispLabel>
                <Default>true</Default>
            </BoolVal>
            <BoolVal Name="titletext">
                <DispLabel>use the vista x 2.0 title</DispLabel>
                <Default>true</Default>
            </BoolVal>


        <MultiVal Name="tbc">
                <DispLabel>title bar colour</DispLabel>
                <DispHelp>just choose a colour</DispHelp>
                <Values>
                    <Value DispLabel="white">white</Value>
                    <Value DispLabel="black">black</Value>
                </Values>
                <Default>black</Default>
            </MultiVal>
        </Properties>
    </Skin></Options>


    <MessengerSkin>
        <ResGroup>
            <Restrictions>
                <MsgVersions>
                    <Version Major="8" Minor="5"/>
                </MsgVersions>
                <SkinOptions>
                  <OptionSet>
                    <BoolVal Name="ChangeBkg">true</BoolVal>
                  </OptionSet>
                </SkinOptions>
            </Restrictions>

            <Resources><Replace>
                <Graphics><Pictures>
                    <Picture Id="20061">
                        <File>20061.jpg</File>
                    </Picture>
                    <Picture Id="59022">
                        <File>20061.jpg</File>
                    </Picture>
                </Pictures></Graphics>
            </Replace></Resources>
        </ResGroup>
        <ResGroup>
            <Restrictions>
                <MsgVersions>
                    <Version Major="8" Minor="5"/>
                </MsgVersions>
                <SkinOptions>
                  <OptionSet>
                    <BoolVal Name="titletext">true</BoolVal>
                  </OptionSet>
                </SkinOptions>
            </Restrictions>

            <Resources><Replace>
                <Graphics><Pictures>
                        <Picture Id="700">
                            <File>700.png</File>
                        </Picture>
                        <Picture Id="701">
                            <File>700.png</File>
                        </Picture>
                        <Picture Id="90">
                            <File>90.png</File>
                        </Picture>
                        <Picture Id="91">
                            <File>90.png</File>
                        </Picture>
                </Pictures></Graphics>
                    <Strings>
                        <String Id="20176">Vista X 2.0</String>
                        <String Id="61143">Vista X 2.0</String>
                    </Strings>
            </Replace></Resources>
        </ResGroup>










<ResGroup>
           <Restrictions>
               <MsgVersions>
                   <Version Major="8" Minor="5"/>
               </MsgVersions>
           </Restrictions>
               <SkinOptions>
                   <OptionSet>
                    <Conditions>tbc= "white" </Conditions>                 
                </OptionSet>
            </SkinOptions>
           <Resources>
               <New>
           <Graphics>
                        <Pictures>
                              <Picture Id="637">
                                   <File>637b.png</File>
                              </Picture>
                        </Pictures>
           </Graphics>
               </New>
           </Resources>
       </ResGroup>
<ResGroup>
           <Restrictions>
               <MsgVersions>
                   <Version Major="8" Minor="5"/>
               </MsgVersions>
           </Restrictions>
               <SkinOptions>
                   <OptionSet>
                    <Conditions>tbc= "black" </Conditions>                 
                </OptionSet>
            </SkinOptions>
           <Resources>
               <New>
           <Graphics>
                       <Pictures>
                              <Picture Id="637">
                                   <File>637.png</File>
                              </Picture>
                        </Pictures>
           </Graphics>
               </New>
           </Resources>
       </ResGroup>












        <ResGroup>
            <Restrictions>
                <MsgVersions>
                        <Version Major="8" Minor="5"/>
        </MsgVersions>
            </Restrictions>
            <Resources>
                <Replace>
                    <Graphics><Pictures>
                        <Picture Id="640">
                            <File>640.png</File>
                        </Picture>
                        <Picture Id="636">
                            <File>636.png</File>
                        </Picture>
                        <Picture Id="1652">
                            <File>1652.png</File>
                        </Picture>
                        <Picture Id="652">
                            <File>652.png</File>
                        </Picture>
                        <Picture Id="1653">
                            <File>652.png</File>
                        </Picture>
                        <Picture Id="20062">
                            <File>652.png</File>
                        </Picture>
                    </Pictures></Graphics>
                </Replace>
            </Resources>

        </ResGroup>
    </MessengerSkin>
</SkinInfo>




i have also a attachment of what it looks like with this code

.jpg File Attachment: vista x.JPG (13.82 KB)
This file has been downloaded 120 time(s).
people have negativly rated me saying i'm spamming just to get 100 posts... i'm not! i'm 100% realy stuck... somtimes
06-05-2008 08:49 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help me] multi val not working - by zogo on 05-28-2008 at 04:17 PM
RE: [help me] multi val not working - by vaccination on 05-28-2008 at 05:49 PM
RE: [help me] multi val not working - by Willz on 05-29-2008 at 12:43 AM
RE: [help me] multi val not working - by zogo on 05-31-2008 at 09:28 PM
RE: [help me] multi val not working - by Nagamasa on 05-31-2008 at 09:49 PM
RE: [help me] multi val not working - by blessedguy on 05-31-2008 at 11:05 PM
RE: RE: [help me] multi val not working - by Willz on 06-01-2008 at 12:57 AM
RE: [help me] multi val not working - by blessedguy on 06-01-2008 at 03:12 PM
RE: [help me] multi val not working - by zogo on 06-05-2008 at 08:49 PM
RE: [help me] multi val not working - by Nagamasa on 06-05-2008 at 11:26 PM
RE: [help me] multi val not working - by zogo on 06-06-2008 at 07:12 PM
RE: [help me] multi val not working - by Willz on 06-07-2008 at 12:47 AM


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