Channel Label positioning (1 Viewer)

kencl

Portal Member
March 16, 2007
13
0
Victoria, BC
Home Country
Canada Canada
Hi Folks,

I'm hacking the "Blue Two wide" TV Guide skin. It's almost the way I want it, but there are a couple of problems I can't figure out.

1) I've managed to get the channel letters in the left column moved up towards the top of the row so they appear centered, but I don't know how to do the same thing for channel listings:

Channel_Label_Position.gif


Perhaps, with your help, fixing problem 1 will also fix problem 2.

2) Program titles only appear on the two shortest timespans. Here is the second longest timespan:

All_Labels_Missing.gif


3) Can I move the "Currently recording" red button/text on ONLY the TV Guide? I don't see it listed in the mytvguide.xml file.

Thanks for your help.
 

DarkWader

Portal Pro
October 3, 2006
270
6
46
Home Country
Norway Norway
3) Add this to your tvguide.xml, and adjust as you wish.


Code:
<control>
		<description>record pin</description>
		<type>image</type>
		<id>31</id>
		<posX>420</posX>
		<posY>518</posY>
		<texture>tvguide_record_button.png</texture>
		<visible>no</visible>
	   </control>
 

kencl

Portal Member
March 16, 2007
13
0
Victoria, BC
Home Country
Canada Canada
Oh, that's what the record pin is lol. I though that had something to do with bringing up the record/don't record dialog when you clicked on a program.

Thanks mate :)
 

Users who are viewing this thread

Top Bottom