boobishabang
TK Veteran
Just had a play around with the code on my Vix 2S and ur right Kiddac, when using the duplicated code you mention and tweaking it a bit the timeshift button\icons come back (5 minutes playing cant get it back exactly right!)right I know what the problem is...
I'll bore you with the details. Can't fix it tonight though.
In moveiplayer screen (movie infobar) it originally had the following. (blue hd code shown below)
<screen name="MoviePlayer" flags="wfNoBorder" position="0,0" size="1280,720" title="InfoBar" backgroundColor="transparent">
<widget
name="statusicon"
position="15,563"
size="125,144" pixmaps="icons/play_large.png,icons/pause_large.png,icons/stop_large.png,icons/forward_large.png,icons/backward_large.png,icons/slow_large.png,icons/blank.png" zPosition="0"
alphatest="blend" />
<widget
name="speed"
position="38,674"
size="80,20"
font="skyreg;22"
foregroundColor="white"
backgroundColor="skydarkblue"
halign="center"
valign="center"
transparent="1"
zPosition="1" />
There is also a seperate screen called pvrstate which I presumed was the primary screen for bringing in the movie state (fast forward icon etc)
<screen name="PVRState" position="108,516" size="138,157" backgroundColor="transparent" flags="wfNoBorder">
<ePixmap pixmap="myicons/timeshift-bg.png" position="0,0" size="138,157" alphatest="blend" transparent="1" zPosition="5" />
<widget
name="statusicon"
position="16,5"
size="106,106"
pixmaps="myicons/play_large.png,myicons/pause_large.png,myicons/blank.png,myicons/blank.png,myicons/blank.png,myicons/blank.png"
alphatest="blend"
zPosition="6" />
<widget
name="speed"
position="16,5"
size="106,106"
font="skymed;32"
foregroundColor="skylightblue"
backgroundColor="skydarkblue"
valign="center"
halign="center"
transparent="1"
zPosition="6" />
As this was duplicating the code I removed the widget statusicon and widget speed from the movieplayer code as I thought it wasn't needed. Now it seems openatv is using PVRstate where as openvix seems to be using the inline code. Now this could be a problem if they both bring in the code at the same time as I have a 90% background, so I can't even hide them behind each other. I will look into it tomorrow.
And in simple terms I deleted code, that I thought was duplicate and not needed.
Works ok on my OpenATV 5.1 build on my shinny new & fast Zgemma H.2S mind ;)