Andreas Brugger wrote:
C.Y.M schrieb:
Well, with a default vdr skin (ie; sttng), as soon as I press a number on the remote, it shows up on the OSD. For example, if the channel I want to switch to is "127", then as soon as I press "1", it shows up in the OSD. But, this is an issue with all text2skin skins. The complete channel number shows up after all of the numbers have all been entered and vdr switches to the channel. Text2skin doesn't show the numbers of the channel on the OSD as they are being pressed.
Can't confirm this. Here the numbers show up immediatly ... same behaviour as in the default skins ...
I did make a small change so the skin can display 5 digit channel numbers.. but thats the only thing I changed. Hmm..maybe its my fault.
I changed these coordinates.. in several places:
@@ -55,10 +55,10 @@ <rectangle x1="107" x2="-1" y1="-128" y2="-125" color="TopBG"/>
<!-- channel-info --> - <text x1="110" x2="182" y1="-159" y2="-124" color="TopTxtShad" align="center" font="FontBold.ttf:26,85">{ChannelNumber}</text> - <text x1="107" x2="179" y1="-160" y2="-125" color="TopTxtFG" align="center" font="FontBold.ttf:26,85">{ChannelNumber}</text> - <text x1="186" x2="-5" y1="-159" y2="-124" color="TopTxtShad" align="left" font="FontBold.ttf:26,85">{ChannelName}</text> - <text x1="183" x2="-8" y1="-160" y2="-125" color="TopTxtFG" align="left" font="FontBold.ttf:26,85">{ChannelName}</text> + <text x1="110" x2="209" y1="-159" y2="-124" color="TopTxtShad" align="center" font="FontBold.ttf:26,85">{ChannelNumber}</text> + <text x1="107" x2="206" y1="-160" y2="-125" color="TopTxtFG" align="center" font="FontBold.ttf:26,85">{ChannelNumber}</text> + <text x1="213" x2="-5" y1="-159" y2="-124" color="TopTxtShad" align="left" font="FontBold.ttf:26,85">{ChannelName}</text> + <text x1="210" x2="-8" y1="-160" y2="-125" color="TopTxtFG" align="left" font="FontBold.ttf:26,85">{ChannelName}</text>
<!-- EPG-date "now" --> <rectangle x1="107" x2="-1" y1="-120" y2="-78" color="ChEpgNowBG"/>