skinning help
#1
is there a way to add the clock/time displayed on home.xml to other <windows>?
i've no problems adding the <control> and <label> stuff.  i've tried using different label numbers from strings.xml and i do get a text displayed but i get the wrong ones. i've tried adding this:
Quote:<control>
     <description>text label</description>
     <type>label</type>
     <id>201</id>
     <posx>64</posx>
     <posy>63</posy>
     <label>time</label>
     <align>left</align>
     <font>font13</font>
     <textcolor>ffffffff</textcolor>
   </control>
and changed the id so that it's unique within the xml file. what i dont get is that in the skinning.txt helpfile it says that when there is a label that is to be filled in by xbmc it supposed to look like this
Quote:<label>-</label>
. but the example from above is from home.xml and the time-label is filled in by xbmc.

any clues?

/floink
Reply

Logout Mark Read Team Forum Stats Members Help
skinning help0