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