What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Skin Option Conditions

Skin Option Conditions
Author: Message:
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. Skin Option Conditions
So, in Life of Vista, I've only used...
code:
<Restrictions>
                <SkinOptions>
                    <OptionSet>
                        <MultiVal Name="ratio">vertical</MultiVal>
                    </OptionSet>
                </SkinOptions>
            </Restrictions>
to indicate for a certain thing to show, but no mix-and-matching. To make it mix-and-match, I read the documentation, and I've used the <Conditions> tags, like
code:
<Restrictions>
                <SkinOptions>
                    <OptionSet>
                        <Conditions>mode = "5112" AND ratio = "horizontal"</Conditions>
                    </OptionSet>
                </SkinOptions>
            </Restrictions>
...and it's not working...
[Image: unled1uo.png]
Joined this forum 6556 days, 11 minutes, 12 seconds ago.



03-16-2008 01:51 AM
Profile PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Skin Option Conditions
quote:
Originally posted by Nagamasa
So, in Life of Vista, I've only used...
code:
<Restrictions>
                <SkinOptions>
                    <OptionSet>
                        <MultiVal Name="ratio">vertical</MultiVal>
                    </OptionSet>
                </SkinOptions>
            </Restrictions>
to indicate for a certain thing to show, but no mix-and-matching. To make it mix-and-match, I read the documentation, and I've used the <Conditions> tags, like
code:
<Restrictions>
                <SkinOptions>
                    <OptionSet>
                        <Conditions>mode = "5112" AND ratio = "horizontal"</Conditions>
                    </OptionSet>
                </SkinOptions>
            </Restrictions>
...and it's not working...


Shouldn't you use:
code:
<Restrictions>
<SkinOptions>
<OptionSet>
<Conditions>mode = "5112"</Conditions>
<Conditions>ratio = "horizontal"</Conditions>
</OptionSet>
</SkinOptions>
</Restrictions>

try that
[Image: Empty.png]
03-16-2008 12:40 PM
Profile PM Web Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: Skin Option Conditions
quote:
Originally posted by blessedguy
Shouldn't you use:
code:
<Restrictions>
<SkinOptions>
<OptionSet>
<Conditions>mode = "5112"</Conditions>
<Conditions>ratio = "horizontal"</Conditions>
</OptionSet>
</SkinOptions>
</Restrictions>

try that
Doesn't work...:S
[Image: unled1uo.png]
Joined this forum 6556 days, 11 minutes, 12 seconds ago.



03-16-2008 01:38 PM
Profile PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Skin Option Conditions
quote:
Originally posted by Nagamasa
quote:
Originally posted by blessedguy
Shouldn't you use:
code:
<Restrictions>
<SkinOptions>
<OptionSet>
<Conditions>mode = "5112"</Conditions>
<Conditions>ratio = "horizontal"</Conditions>
</OptionSet>
</SkinOptions>
</Restrictions>

try that
Doesn't work...:S

have you used the hole ResGroup block?

code:
<ResGroup>
<Restrictions>
<MsgVersions>
<Version Major="8" Minor="5"/>
</MsgVersions>
<SkinOptions>
<OptionSet>
<Conditions>mode = "5112"</Conditions>
<Conditions>ratio = "horizontal"</Conditions>
</OptionSet>
</SkinOptions>
</Restrictions>
<New>
...
</New>
</ResGroup>


?

This post was edited on 03-16-2008 at 01:59 PM by blessedguy.
[Image: Empty.png]
03-16-2008 01:58 PM
Profile PM Web Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: Skin Option Conditions
:-o I found out why. It was because there was some stuff that weren't changed when I added those options. Sorry :P

But thanks.
[Image: unled1uo.png]
Joined this forum 6556 days, 11 minutes, 12 seconds ago.



03-16-2008 06:00 PM
Profile PM Web 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