(2012-07-13 07:50)argh! Wrote: So upon putting Eden back on and doing some re-editing, I finally clued in that placing the Label lower in the list would put it on top of the other elements. It worked from for VideoOSd.xml, but now when i move the Time Remaining to between System Time and Finish time . Though for DialogFullScreenInfo.xml, moving it further makes it vanish... weird, but certainly acceptable, I just leave it above the box.
![[Image: 7562148884_b50267555f_d.jpg]](http://farm9.staticflickr.com/8145/7562148884_b50267555f_d.jpg)
Hi, argh!
I made some changes in Eden. I use XBMC with my mac and with an AppleTV 1st gen(ATV). Getting Pause on the Mac is not a problem, just hit Space (Pause on the ATV) and up comes the DialogSeekBar. Getting theVideoOSD.xml is M on the Mac but its Menu click and hold on the ATV, consequently, I end up using the standard Pause unless I absolutely need the OSD.
Note that I made no change to DialogFullScreenInfo.xml as I can only access it on the Mac but I supposed it would be the same code, also note that if you use OSD, you will have 2 Remaining times on the screen(top right and bottom right). That's because because VideoOSD.xml calls DialogSeekBar.xml when you pause but as I placed them far apart, it isn't so bad, see picture above.
Here is my code for eden:
-->DialogSeekBar.xml inserted at line 95
Code:
<control type="label">
<description>Video Remaining Time</description>
<posx>1255</posx>
<posy>4</posy>
<width>300</width>
<height>25</height>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>right</align>
<label>Remaining: $INFO[Player.TimeRemaining]</label>
<aligny>center</aligny>
<font>font-20</font>
</control>Code:
<control type="label">
<description>Video Remaining Time</description>
<posx>1255</posx>
<posy>90</posy>
<width>300</width>
<height>25</height>
<textcolor>white</textcolor>
<label>Remaining: $INFO[Player.TimeRemaining]</label>
<align>right</align>
<aligny>center</aligny>
<font>font-20</font>
</control>Hope it works out for you

![[Image: sigpic_40821_de64ff3d5cbbcb955be34459103dba35.png]](http://forum.xbmc.org/uploads/signatures//sigpic_40821_de64ff3d5cbbcb955be34459103dba35.png)
![[Image: 7576412366_6c1b22a8e2_z_d.jpg]](http://farm8.staticflickr.com/7133/7576412366_6c1b22a8e2_z_d.jpg)
Search
Help