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:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: help for SliderControl
quote:
Originally posted by dada24300
but if I put the id Contacttspt it does not work.
I think that happens because of the possible values, the slider must suppose all values are valid. Maybe you can use ValueOf in your definitions without declaring your option as multival.

For example:

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


Panel
XML code:
<Control xsi:type="SliderControl" Id="Contacttspt">
        <Position Top="5" Width="120" Left="5"/>
        <Help>Contact list transparency</Help>
        <Attributes>
          <AutoTicks>25</AutoTicks>
          <EnableSelRange>false</EnableSelRange>
          <Orientation>Vertical</Orientation>
          <TickMarks>Bottom</TickMarks>
        </Attributes>
        <Range>
          <Minimum>0</Minimum>
          <Maximum>255</Maximum>
        </Range>
</Control>

And add labels with additional elements.

This post was edited on 03-13-2011 at 04:37 PM by blessedguy.
[Image: Empty.png]
03-13-2011 04:33 PM
Profile 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