quote:
Originally posted by Basilis
Have you made your skin on a patched messenger?
Hi Basilis, No i didnīt, the skin is working fine except for what Iīve commented before, This is how I define the options in UIfiles:
------------------------Skininfo:-------------------------------------
<Options>
<Skin>
<!-- declare user modifiable options -->
<Properties>
<!-- enable/disable Remove Search Feature - disabled by default -->
<BoolVal Name="HideListSearch">
<DispLabel>Remove the Search feature in the Contact List.</DispLabel>
<Default>false</Default>
</BoolVal>
<!-- declare custom option panel -->
<OptionInterface>
<InterfaceDir>OptionPanel</InterfaceDir>
<InterfaceFile>OptInPanel.xml</InterfaceFile>
<WindowIds>
<WindowId Language="en-us">SkinOpt</WindowId>
</WindowIds>
</OptionInterface>
</Skin>
</Options>
---------------------------923 Definition:----------------------------------
<Element <*PlusSkin Conditions(HideListSearch = false)*>layoutpos=bottom</*PlusSkin*> <*PlusSkin Conditions(HideListSearch = true)*>layoutpos=none</*PlusSkin*> padding=rect(8,0,8,8) layout=filllayout() ID=Atom(ai217)>
<element id=atom(idSearchContainer) layout=filllayout() padding=rect(4,0,4,4)>
---------------------------OptionPanel:----------------------------------
<Control xsi:type="CheckBoxControl" Id="HideListSearch">
<Position Top="30" Width="200" Left="5"/>
Caption>Remove Search Bar</Caption>
</Control>
---------------------------HideElements.reg:----------------------------------
[HKEY_CURRENT_USER\Software\Patchou\Messenger Plus! Live\GlobalSettings\Skins\Testkin\Settings]
"HideListSearch"=dword:00000001
My question is, in the reg file file do I have to define a "false" condition like "HideListSearch"=dword:00000000 to turn the option back ( to restore Searchbar)?? or make another regfile with that condition?
& Thatīs all I guess... So if you see something wrong please tell me what to do, Thanks.