Missing clock...

bjorntj

Vu+ Newbie
I have a request... I am using the default skin in BH 1.4.5 and it looks really nice... But my wife misses one thing... A clock when inside the video recordings window...
Is it possible to enhance the default skin by adding a clock? Or perhaps this is something I can do on my own, if someone tells me how...?


Regards,

BTJ
 

VenimK

Vu+ Newbie
Also my woman misses that :)
Guess just a setting that as to be enabled (setting from BH image)
 

Armageddon

BH Lover
Edit skin.xml add the following in green, back up first!!:

<!-- 120 Movie Selection ( 4 )-->
<screen name="MovieSelection" position="0,0" size="1280,720" title="Select a movie" flags="wfNoBorder">
<ePixmap pixmap="skin_default/frame_1.1-fs8.png" position="0,0" zPosition="-3" size="1280,720" />
<eLabel text="Recorded files" position="450,35" zPosition="2" size="400,32" font="Regular;28" halign="left" transparent="1" foregroundColor="#6893d3" backgroundColor="#0b67a2" />
<widget source="global.CurrentTime" render="Label" position="1108,19" size="120,28" font="Regular;25" halign="center" backgroundColor="transpBlack" transparent="1">
<convert type="ClockToText">Default</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="1108,57" size="120,25" font="Regular;20" halign="center" backgroundColor="transpBlack" transparent="1">
<convert type="ClockToText">Format:%d.%m.%Y</convert>
</widget>
 
Top