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.