2005-01-10, 06:49 AM
I figured out what was missing from the skin.xml file. It seems that the xml file that comes with the package on the Wiki page does not have these lines in it. I did a compare with the skin.xml file from the Blue skin to find this out.
<Buttons>
<Button name="Current" loc="10,50"/>
<Button name="Map" loc="10,100"/>
<Button name="Forecast" loc="10,150"/>
<Button name="MainMenu" loc="10,200"/>
</Buttons>
<Buttons>
<Button name="Current" loc="10,50"/>
<Button name="Map" loc="10,100"/>
<Button name="Forecast" loc="10,150"/>
<Button name="MainMenu" loc="10,200"/>
</Buttons>