X1 & X2 & Z

Eragon

Vu+ User+++
Hi Matrix, wonderful skins!:notworthy:
I'm using your MX X1 E (on Duo2 with BH205B) as it has the very useful EPG on the second OK button press.

I found only a little problem just on that EPG screen (name="Nab_ExtraInfobar"): on many channels there is an overlapping of the 2 EPG texts shown (Description and ExtendedDescription), so in my skin.xml I have made some changes and removed the following lines:

Code:
<widget source="session.Event_Now" render="Label" position="70,39" size="1140,92" font="Regular;20" backgroundColor="transpBlack" transparent="1" >
<convert type="EventName">ExtendedDescription</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="70,16" size="1140,116" font="Regular;20" backgroundColor="transpBlack" transparent="1" >
<convert type="EventName">Description</convert>
</widget>

and replaced them with only these:

Code:
<widget source="session.Event_Now" render="Label" position="70,16" size="1140,116" font="Regular;20" backgroundColor="transpBlack" transparent="1" >
<convert type="EventName">ExtendedDescription</convert>
</widget>

I found that Description is generally unuseful to show, and due to the limited amount of space available in that window IMHO it's better to show only the ExtendedDescription and to give it more space in height (so I moved up the y position coordinate to 16, and increase the height value to 116).
This also allows me to be generally able to see the whole EPG text, without truncation.

So, for me now this skin is perfect!
Many thanks!:thanks:
 

Matrix10

Administrator
It is a compromise
between the channels which use Description
and the channels which use extended Description.
And some use both.

It is a problem that is not resolved in the E2 coding.
And then it is impossible to solve in the skin coding.
 
Top