quote:
Originally posted by stuartbennett
willz i added that code but it doesnt do anything when you click on it.
quote:
Originally posted by 365 options file
<Control xsi:type="ButtonControl" Id="AboutWnd">
<Position Top="5" Width="50" Left="410"></Position>
<Caption>About</Caption>
</Control>
You need to make sure your skininfo is set up
<WindowIds>
<WindowId Language="en-us">SkinOpt</WindowId>
</WindowIds>
<AboutIds>
<AboutId Language="en-us">AboutWnd</AboutId>
</AboutIds>
the about windows code should be in the same file as your skin options and the about window should have an id of "AboutWnd"