Stated some options in Options.xml; Stated the options in SkinInfo.xml; Result is bugged options panel.
Instead of showing the layout I specified in Options.xml, the panel just shows the 3 options underneath each other - Any edit in Options.xml just results in this same weird panel.
Additional Info:
All Styles and Definitions have been specified in SkinInfo.xml,
NO images have been specified in SkinInfo.xml.
code:
<SkinInfo><Information><Name></Name><Description>, a skin by Silvestris from GamingSync</Description>
<AboutUrl>http://www.gamingsync.com/</AboutUrl><Version>0.1 Beta</Version><Screenshot><File>.png</File></Screenshot>
<Compatibility><MsgVersion Major="14" Minor="0" /></Compatibility></Information>
<OptionInterface>
<InterfaceDir>Options</InterfaceDir>
<InterfaceFile>Options.xml</InterfaceFile>
<WindowIds><WindowId Language="en-us">Options</WindowId></WindowIds>
<AboutIds><AboutId Language="en-us">About</AboutId></AboutIds>
</OptionInterface>
<Options><Skin>
<Properties>
<MultiVal Name=""><DispLabel></DispLabel><DispHelp></DispHelp><Values>
<Value DispLabel=""></Value>
</Values><Default></Default></MultiVal>
<MultiVal Name=""><DispLabel></DispLabel><DispHelp></DispHelp><Values>
<Value DispLabel=""></Value>
</Values><Default></Default></MultiVal>
<MultiVal Name=""><DispLabel></DispLabel><DispHelp></DispHelp><Values>
<Value DispLabel=""></Value>
</Values><Default></Default></MultiVal>
</Properties>
</Skin></Options>
<OptionInterface>
<InterfaceDir>Options</InterfaceDir>
<InterfaceFile>Options.xml</InterfaceFile>
<WindowIds><WindowId Language="en-us">Options</WindowId></WindowIds>
<AboutIds><AboutId Language="en-us">About</AboutId></AboutIds>
</OptionInterface>
code:
<?xml version="1.0" encoding="UTF-16"?>
<Interfaces>
<Window Id="Options" Version="1"><Position Width="300" Height="100"/><ChildTmpl/>
<Elements>
</Elements>
<Controls>
<Control xsi:type="StaticControl" Id="...Caption"><Position Top="0" Width="150" Left="0"/>
<Color><BaseColor><Saturation>1.1</Saturation><Brightness>0.7</Brightness><Transparency>240</Transparency></BaseColor></Color>
<Font><Bold>true</Bold><Size>7</Size></Font><Caption></Caption><Help></Help></Control>
<Control xsi:type="ComboBoxControl" Id=""><Position Top="10" Width="150" Left="0"/><Items>
<Item Id=""></Item>
</Items><Help></Help></Control>
<Control xsi:type="StaticControl" Id="...Caption"><Position Top="0" Width="150" Left="150"/>
<Color><BaseColor><Saturation>1.1</Saturation><Brightness>0.7</Brightness><Transparency>240</Transparency></BaseColor></Color>
<Font><Bold>true</Bold><Size>7</Size></Font><Caption></Caption><Help></Help></Control>
<Control xsi:type="ComboBoxControl" Id="Style"><Position Top="10" Width="150" Left="150"/><Items>
<Item Id="Default">Default</Item>
</Items><Help>Choose a Style (UI Files)</Help></Control>
<Control xsi:type="StaticControl" Id="...Caption"><Position Top="25" Width="300" Left="0"/>
<Color><BaseColor><Saturation>1.1</Saturation><Brightness>0.7</Brightness><Transparency>240</Transparency></BaseColor></Color>
<Font><Bold>true</Bold><Size>7</Size></Font><Caption></Caption><Help></Help></Control>
<Control xsi:type="ComboBoxControl" Id="">
<Position Top="35" Width="300" Left="0"/><Items>
<Item Id=""></Item>
</Items><Help></Help></Control>
</Controls>
</Window>
<Window Id="About" Version="1"><Position Width="100" Height="210"/><ChildTmpl/>
<Elements>
</Elements>
<Controls>
</Controls>
</Window>
</Interfaces>
Anyone who sees the problem?