Skin Confluence Texture Does Not Display
#1
I'm new to skinning and am using Confluence to learn.
I added the following code to VideoOSD.xml:

<control type="button" id="299">
<width>55</width>
<height>55</height>
<label></label>
<font>-</font>
<texturefocus>OSDlstchnlFO.png</texturefocus>
<texturenofocus>OSDlstchnl.png</texturenofocus>
<onclick>Action("number0")</onclick>
<!--<visible>VideoPlayer.Content(LiveTV)</visible>-->
</control>

The problem I am having is that the specified textures are not showing.
I decompiled the Textures.xbt which is how I found the png file names so they do exist in the compiled texture file.

Can someone explain why those textures are not displaying and what can be done to fix the problem?
Reply

Logout Mark Read Team Forum Stats Members Help
Skin Confluence Texture Does Not Display0