- May 21, 2004
- 519
- 3
- Thread starter
- #291
This should get you started...let me know if you have any specific questions. It's mostly trial and error. If you haven't already, install the myrefresh plugin. Check the sticky at the top of the Graphics forum for more info/link to the file.
Some of the channels in the US get kind of long too, so i understand why you would change things up. Its another reason i went with the 10pt font almost everywhere.
Below is a (large) part of the tvguide.xml:
Some of the channels in the US get kind of long too, so i understand why you would change things up. Its another reason i went with the 10pt font almost everywhere.
Below is a (large) part of the tvguide.xml:
Code:
<description>TVGUIDE Panel</description>
<type>image</type>
<id>2</id>
<posX>60</posX> [COLOR="Red"]<!--Top left corner of the program guide, including channel names, and program time header -->[/COLOR]
<posY>90</posY> [COLOR="Red"]<!--Top left corner of the program guide, including channel names, and program time header -->[/COLOR]
<width>1140</width> [COLOR="Red"]<!--Total width of the program guide grid, including channel labels -->[/COLOR]
<height>390</height> [COLOR="Red"]<!--Total height of the program guide grid, including channel labels -->[/COLOR]
<colordiffuse>60ffffff</colordiffuse>
<texture>-</texture>
</control>
<!-- Timeheader background must be dedfined before Timeheader label template -->
<!-- b/c Timeheader is on the background and will be rendered first -->
<control>
<description>time header background image template</description>
<type>image</type>
<id>90</id>
<posX>208</posX>
<posY>214</posY>
<width>248</width>
<height>28</height>
<texture>button_small_settings_nofocus.png</texture>
</control>
<control>
<description>time header label template</description>
<type>label</type>
<id>40</id>
<posX>208</posX> [COLOR="Red"]<!-- Change this to move program listing over and/or make the program listing columns smaller or larger. If you move this to the right, the columns will be smaller, and then you can make the channel name area larger -->[/COLOR]
<posY>92</posY>
<textcolor>FFB2D4F5</textcolor>
</control>
<control>
<description>Interval Label</description>
<type>label</type>
<posX>171</posX>
<posY>92</posY>
<id>1</id>
<label>Time Interval</label>
<align>right</align>
<font>font12</font>
<textcolor>FFB2D4F5</textcolor>
</control>
<control>
<description>day spin control</description>
<type>spincontrol</type>
<id>6</id>
<posX>173</posX>
<posY>74</posY>
<showrange>no</showrange>
<orientation>horizontal</orientation>
<align>right</align>
<reverse>yes</reverse>
<onleft>6</onleft>
<onright>8</onright>
<textureUp>arrow_round_right_nofocus.png</textureUp>
<textureDown>arrow_round_left_nofocus.png</textureDown>
<textureUpFocus>arrow_round_right_focus.png</textureUpFocus>
<textureDownFocus>arrow_round_left_focus.png</textureDownFocus>
</control>
<control>
<description>time interval spin control</description>
<type>spincontrol</type>
<id>8</id>
<posX>173</posX>
<posY>96</posY>
<showrange>no</showrange>
<align>left</align>
<reverse>yes</reverse>
<textureDown>arrow_round_left_nofocus.png</textureDown>
<textureUp>arrow_round_right_nofocus.png</textureUp>
<textureDownFocus>arrow_round_left_focus.png</textureDownFocus>
<textureUpFocus>arrow_round_right_focus.png</textureUpFocus>
<onleft>6</onleft>
<onright>8</onright>
</control>
<control>
<description>Channel template</description>
<type>image</type>
<id>20</id>
<posX>60</posX>
<posY>120</posY>
<width>148</width> <!-- Change the width of the channel listing -->
<height>34</height> <!-- Change Height of channel listing. The higher the number, the less channels you will see -->
</control>
<control>
<description>Channel image template</description>
<type>image</type>
<id>7</id>
<posX>1</posX> [COLOR="Red"]<!--How far in from the left the channel thumb will be displayed->[/COLOR]
<posY>0</posY> [COLOR="Red"]<!--How far down from the top the channel thumb will be displayed->[/COLOR]
<width>32</width> [COLOR="Red"]<!--Channel Thumb Height->[/COLOR]
<height>32</height> [COLOR="Red"]<!--Channel Thumb Width->[/COLOR]
<keepaspectratio>yes</keepaspectratio>
<centered>no</centered>
<zoom>yes</zoom>
<texture>defaultVideoBig.png</texture>
</control>
<control>
<description>channel Label template</description>
<type>label</type>
<id>18</id>
<posX>35</posX> [COLOR="Red"]<!--How many pixels in from the left the Channel name will start-->[/COLOR]
<posY>7</posY> [COLOR="Red"]<!--How many pixels down from the top the Channel name will display-->[/COLOR]
<width>65</width> [COLOR="Red"]<!--How wide the channel name can be, use this to make sure that the channel name doesn't run out of the box-->[/COLOR]
<height>15</height>
<font>font10</font> [COLOR="Red"]<!--Font size, other possibilities, font12, font14->[/COLOR]
</control>
<control>
<description>template for program title light area</description>
<type>label</type>
<id>24</id>
<visible>no</visible>
<label>-</label>
<font>font10</font> [COLOR="Red"]<!--Changes size of font in future/past program titles -->[/COLOR]
<textcolor>FF393939</textcolor>
</control>
<control>
<description>template for program title darkarea </description>
<type>label</type>
<visible>no</visible>
<id>26</id>
<label>-</label>
<font>font10</font> [COLOR="Red"]<!-- Changes size of font in current program titles -->[/COLOR]
<textcolor>FFdedede</textcolor>
</control>