2005-08-31, 06:20 PM
Ever noticed that the clock doesn't display properly during months with long names? Thursday in September is the worst. The year is missing, or only shows the 2, instead of 2005.
Here's how to fix it:
Open skin.xml in C:\Program Files\devnz\gbpvr\skin\Blue\main menu using notepad.
At the bottom, change this line thus:
<SpecialElement name="Panel" panelName="Clock" visible="true" transparency="0.7" loc="450,1" size="250,70"/>
This moves the clock over to the left 30 pixels, and makes it 30 pixels longer.
Now open clock.xml in C:\Program Files\devnz\gbpvr\skin\Blue\panels
You need 3 changes here:
<CompositeImage name="Clock" size="250,70">
This adds the same 30 pixels to the width.
<DrawText text="@ClockText1" loc="15,15" size="230,20" textStyle="Clock" align="Right"/>
This adds the same 30 pix to the time display (probably not needed, but keeps things lined up nicely).
DrawText text="@ClockText2" loc="0,35" size="245,20" textStyle="Clock" align="Right"/>
This adds the same 30 pix to the date display.
Numbers in bold are the changes made.
Now, on months and days that have long names, it will (should) display properly.
Here's how to fix it:
Open skin.xml in C:\Program Files\devnz\gbpvr\skin\Blue\main menu using notepad.
At the bottom, change this line thus:
<SpecialElement name="Panel" panelName="Clock" visible="true" transparency="0.7" loc="450,1" size="250,70"/>
This moves the clock over to the left 30 pixels, and makes it 30 pixels longer.
Now open clock.xml in C:\Program Files\devnz\gbpvr\skin\Blue\panels
You need 3 changes here:
<CompositeImage name="Clock" size="250,70">
This adds the same 30 pixels to the width.
<DrawText text="@ClockText1" loc="15,15" size="230,20" textStyle="Clock" align="Right"/>
This adds the same 30 pix to the time display (probably not needed, but keeps things lined up nicely).
DrawText text="@ClockText2" loc="0,35" size="245,20" textStyle="Clock" align="Right"/>
This adds the same 30 pix to the date display.
Numbers in bold are the changes made.
Now, on months and days that have long names, it will (should) display properly.
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR