OK I have read the Skin Architecture Wiki and I understand the basics on what needs to go into the XML files.
I wanted to have a play in changing the TV OSD in XFace to match my needs better. Tried a basic hello world type example but can't get it to work.
I replaced the original TVOSD.xml file with one just containing
I was expecting an image to popup when I went into the OSD but nothing happens at all. I have added other controls etc whilst playing around but can't get anything at all to appear.
What am I missing?
I wanted to have a play in changing the TV OSD in XFace to match my needs better. Tried a basic hello world type example but can't get it to work.
I replaced the original TVOSD.xml file with one just containing
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<id>3003</id>
<defaultcontrol>213</defaultcontrol>
<allowoverlay>no</allowoverlay>
<define>#percentage:#TV.View.Percentage</define>
<define>#currentplaytime:#TV.View.start</define>
<define>#currentremaining:#TV.View.stop</define>
<controls>
<control>
<description>background</description>
<type>image</type>
<id>0</id>
<posX>0</posX>
<posY>500</posY>
<width>1360</width>
<height>268</height>
<texture>osd_bg_bottom.png</texture>
<animation effect="fade" time="250">visiblechange</animation>
<animation effect="fade" time="250">windowopen</animation>
</control>
</controls>
</window>
What am I missing?
United Kingdom