[skineditor] adding time to TVoverlay does OSD look wrong (1 Viewer)

smnnekho

Retired Team Member
  • Premium Supporter
  • February 6, 2006
    507
    7
    40
    Germany
    there is one thing that always bothered me. since i don't have a watch ( :D ) I always had to go to the homescreen to see the time when watching TV. So i thought i change that. I'm not used to graphichs and neither to skinning so i thought i was very clever (-;

    i took the (B2-) homescreen in the editor and searched for the time-string. i copied it and pasted it in the TVosd skinfile. then i moved it to the upper-left corner. this is actually just workin fine, except from the fact that the rest of the OSD seems not to like it (--> screenshot)

    any suggestions?

    mptvosd.JPG
     
    December 28, 2005
    237
    3
    Sydney
    Home Country
    you have forgent to close your time info or have deleted by mistake something

    paste the below at the end of the file(original file befroe you edited it) before the close statements
    </controls>
    </window>

    paste the below.
    <control>
    <description>Time</description>
    <type>label</type>
    <id>201</id>
    <posX>100</posX>
    <posY>100</posY>
    <label>#time</label>
    <align>left</align>
    <font>font13</font>
    <textcolor>ffffff</textcolor>
    </control>


    P.S if you wish to make the text transparent eg 50% just put 50 infront of textcolor "50ffffff"
     

    smnnekho

    Retired Team Member
  • Premium Supporter
  • February 6, 2006
    507
    7
    40
    Germany
    cool, that did it...! many thanks. (still can't understand why this or something like that isn't default, - but now i don't care anymore (-; )
     

    Users who are viewing this thread

    Top Bottom