Kodi Community Forum

Full Version: Skin Confluence Texture Does Not Display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?