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

help for SliderControl
Author: Message:
dada24300
Skinning Contest Winner
**

Avatar

Posts: 37
50 / Male / Flag
Joined: Jan 2009
O.P. RE: help for SliderControl
in fact it is to change the transparency of a window.
in the skin info I use this:

code:
<MultiVal Name="Contacttspt">
<Values>
<Value DispLabel="100%">100</Value>
<Value DispLabel="75%">75</Value>
<Value DispLabel="50%">50</Value>
<Value DispLabel="25%">25</Value>
<Value DispLabel="0%">0</Value>
</Values>
<Default>50</Default>
</MultiVal>

and the uifille use :

code:
<*PlusSkin Conditions(Contacttspt= "100") *>
<Element LayoutPos=client Layout=FillLayout() alpha=0 Background=rcclr("ruxc",25000) Foreground=rcclr("ruxc",25001) FontFace=rcstr("ruxc",25000) FontWeight=rcint("ruxc",20979)>
</*PlusSkin*>
<*PlusSkin Conditions(Contacttspt= "75") *>
<Element LayoutPos=client Layout=FillLayout() alpha=64 Background=rcclr("ruxc",25000) Foreground=rcclr("ruxc",25001) FontFace=rcstr("ruxc",25000) FontWeight=rcint("ruxc",20979)>
</*PlusSkin*>
<*PlusSkin Conditions(Contacttspt= "50") *>
<Element LayoutPos=client Layout=FillLayout() alpha=128 Background=rcclr("ruxc",25000) Foreground=rcclr("ruxc",25001) FontFace=rcstr("ruxc",25000) FontWeight=rcint("ruxc",20979)>
</*PlusSkin*>
<*PlusSkin Conditions(Contacttspt= "25") *>
<Element LayoutPos=client Layout=FillLayout() alpha=192 Background=rcclr("ruxc",25000) Foreground=rcclr("ruxc",25001) FontFace=rcstr("ruxc",25000) FontWeight=rcint("ruxc",20979)>
</*PlusSkin*>
<*PlusSkin Conditions(Contacttspt= "0") *>
<Element LayoutPos=client Layout=FillLayout() Background=rcclr("ruxc",25000) Foreground=rcclr("ruxc",25001) FontFace=rcstr("ruxc",25000) FontWeight=rcint("ruxc",20979)>
</*PlusSkin*>

I tried your code.
if I do not change the id but it appears is useless, but if I put the id Contacttspt it does not work.
is what you'll be the changes I should apply please.

EDIT :

I just thought that in the uifille I will put this:

code:
<Element LayoutPos=client Layout=FillLayout() alpha=<*PlusSkin Conditions(Contacttspt) *> Background=rcclr("ruxc",25000) Foreground=rcclr("ruxc",25001) FontFace=rcstr("ruxc",25000) FontWeight=rcint("ruxc",20979)>

is what you think is good?
but after what to put in the skininfo

This post was edited on 03-13-2011 at 04:38 PM by dada24300.
    [Image: mysignaturegarfield.png]
03-13-2011 04:25 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
help for SliderControl - by dada24300 on 03-13-2011 at 02:41 PM
RE: help for SliderControl - by matty on 03-13-2011 at 03:15 PM
RE: help for SliderControl - by dada24300 on 03-13-2011 at 03:22 PM
RE: help for SliderControl - by blessedguy on 03-13-2011 at 03:41 PM
RE: help for SliderControl - by dada24300 on 03-13-2011 at 04:25 PM
RE: help for SliderControl - by blessedguy on 03-13-2011 at 04:33 PM
RE: help for SliderControl - by dada24300 on 03-13-2011 at 04:45 PM
RE: help for SliderControl - by blessedguy on 03-13-2011 at 04:45 PM
RE: help for SliderControl - by dada24300 on 03-13-2011 at 04:52 PM
RE: help for SliderControl - by blessedguy on 03-13-2011 at 05:09 PM
RE: RE: help for SliderControl - by felipEx on 03-13-2011 at 07:33 PM
RE: help for SliderControl - by dada24300 on 03-13-2011 at 05:32 PM
RE: help for SliderControl - by blessedguy on 03-13-2011 at 09:04 PM
RE: help for SliderControl - by dada24300 on 03-15-2011 at 07:52 PM


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