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:
vaccination
Veteran Member
*****

Avatar

Posts: 2513
Reputation: 43
32 / Male / –
Joined: Apr 2005
RE: [help me] multi val not working
I'm not sure what you mean, if you want an option to be able to have '637.png' OR '637b.png', then this is what you do:

code:
SkinInfo.xml -
    <Options>
      <Skin>
        <Properties>

              <BoolVal Name="637Option">
                <DispLabel> _text that appears in options panel_ </DispLabel>
                <DispHelp> _hover-over text_ </DispHelp>
                <Default> _default value; either 'true' or 'false'_</Default>
              </BoolVal>

        </Properties>
      </Skin>
    </Options>

^^ This creates an options panel for the skin, and creates a BoolVal(true or false) option.
---

<New>
          <Pictures>

            <Picture Id="59001">
              <File>images/637.png</File>
            </Picture>

            <Picture Id="59002">
              <File>images/637b.png</File>
            </Picture>

          </Pictures>
</New>

^^ This adds the images you've made as new resources


Then, where the 637 image is being replace(style or definition file) you need something like this:
code:
background=rcimg<*PlusSkin Conditions(637Option = false) *> (59001) </*PlusSkin*> <*PlusSkin Conditions(637Option = true) *> (59002) </*PlusSkin*> />

^^ And this changes the value of 'rcimg=' to either '(59001)' or '(59002)' depending on whether the option you set earlier is true or false.


For more information on options and how to use <*PlusSkin*> options, I suggest reading "User Modifiable Options section of the skinning documentation(under Specialized Subjects).

This post was edited on 05-28-2008 at 05:50 PM by vaccination.
[Image: jumbled.png]
05-28-2008 05:49 PM
Profile PM 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