TV Guide and number of entries (1 Viewer)

jcompagner

Portal Member
January 13, 2007
10
0
49
Home Country
Netherlands Netherlands
Also, guide colors.. Default colors sometimes totally unreadable, so this also needs to be moved into a configurable module.?
Again, you can change the guide colours in the skin - I assume you are referring to the backgrounds, in which case you have to change the actual graphics (the .png files in the Media folder).


I can't find those guide colors or images.
But i don't want to change the background colors, i just want to change the font color, because for some the font color is black. And that on red is not readable. I always want it to be white..

Any idea where to look to change that?

johan
 

jcompagner

Portal Member
January 13, 2007
10
0
49
Home Country
Netherlands Netherlands
found it:

Code:
<control>
      <description>template for program title light area</description>
      <type>label</type>
      <id>24</id>
      <visible>no</visible>
      <label>-</label>
      <font>font13</font>
      <textcolor>FFFFFFFF</textcolor>
      <animation effect="fade" time="250">WindowOpen</animation>
      <animation effect="fade" time="500">WindowClose</animation>
    </control>

i needed to set that that textcolor to FFFFFFFF (why by the way 4 times FF what is that extra byte transparency?)

But the code to look if a color is light is not correct currently. It makes use of the color above much to often. Ofcourse if now the light area is really white then i wont see a thing. But for all the things it works much much better.

I think the light area is really only light when it is really close to white, something like 2 of the 3 base colors are above E0 (around 220)
 

Users who are viewing this thread

Top Bottom