Dopo avere installato la 1.7.3 mi succede....

Lancillotto

Vu+ User
Dopo avere installato la 1.7.3 mi succede che non riesco a trovare il modo per visualizzare sul display le icone sulla destra e l'orologio al posto della scritta Black Hole con sotto il tempo che manca alla fine del programma in corso, poteva essere dovuto al tipo di skin usata ?

Domanda, le skin sono compatibili con la nuova img ? Mi spiego, con la 1.7.3 posso utilizzare una skin per la 1.7.2 ??
 

Lancillotto

Vu+ User
@50lire
Vu+ Ultimo


La visualizzazione sul display come intendevo, cioè nome del canale, nome del programma in corso, ora attuale e tempo alla fine del programma è legato alla skin "Elegance" purtroppo l'utilizzarla significa perdere l'indicazione del programma che segue nella lista canali, spero presto che gli skinman procedano ad un'upgrade
 

BigEd

Vip
Dopo aver installato la 1.7.3 mi succede che sul display rimane fisso starting, cosa posso fare, prima avevo la 1.6.6 e andava bene ho voluto cambiare e questo è il risultato.
weeeeeeee
1) postando qui , là e anche più in là non vai bene :mad: alla fine non capirai mai una cippa
2) non si capisce che decoder hai
3) qui siamo in sezione ULTIMO
la 1.6.6 su ULTIMO non è mai uscita
 

Lancillotto

Vu+ User
Capito, sorry

Con l'occasione aggiungo l'immagine del display come la intendo io, credo sia quella più ricca di info senza troppo incasinare il display

14kwtxc.jpg



Come potete vedere, include sia l'ora attuale, sia i minuti alla fine del programma in corso e si riferisce alla sckin che ho menzionato più su
 

Lancillotto

Vu+ User
In pratica la parte di skin dove risiedono i codici che generano la visualizzazione del display

Code:
<skin>
 
<fonts>
 
<font filename="analog.ttf" name="VFD" scale="100"/>
 
</fonts>
 
<screen name="InfoBarSummary" position="0,0" size="256,64" id="1">
 
<widget source="session.CurrentService" render="Label" position="0,13" size="110,22" font="VFD;18" halign="left" noWrap="1" >
 
<convert type="ServiceName">Name</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Picon" position="0,0" size="132,40" path="piconlcd">
 
<convert type="ServiceName">Reference</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Progress" position="0,41" size="120,5" borderWidth="1">
 
<convert type="EventTime">Progress</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Label" position="0,46" size="192,18" font="VFD;15" halign="left" noWrap="1">
 
<convert type="EventName">Name</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Label" position="194,44" size="62,16" font="VFD;16" zPosition="2" halign="center" >
 
<convert type="EventTime">Remaining</convert>
 
<convert type="RemainingToText">NoSeconds</convert>
 
</widget>
 
<widget source="global.CurrentTime" render="Label" position="125,15" size="100,28" font="VFD;28" halign="right" transparent="1">
 
<convert type="ClockToText">Format:%H:%M</convert>
 
</widget>
 
<widget source="global.CurrentTime" render="Label" position="228,18" zPosition="1" size="25,16" font="VFD;16" transparent="1">
 
<convert type="ClockToText">Format:%S</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_txt.png" position="117,0" size="14,12">
 
<convert type="ServiceInfo">HasTelext</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_format.png" position="134,0" size="21,12">
 
<convert type="ServiceInfo">IsWidescreen</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_dolby.png" position="158,0" size="34,12">
 
<convert type="ServiceInfo">IsMultichannel</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_crypt.png" position="195,0" size="10,12">
 
<convert type="ServiceInfo">IsCrypted</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_hd.png" position="208,0" size="17,12">
 
<convert type="ServiceInfo">VideoWidth</convert>
 
<convert type="ValueRange">721,1980</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="ChannelSelection_summary" position="0,0" size="256,64" id="1">
 
<widget source="parent.ServiceEvent" render="Label" position="0,13" size="110,22" font="VFD;18" halign="left" noWrap="1" >
 
<convert type="ServiceName">Name</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Picon" position="0,0" size="132,40" path="piconlcd">
 
<convert type="ServiceName">Reference</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Progress" position="0,41" size="120,5" borderWidth="1">
 
<convert type="EventTime">Progress</convert>
 
</widget>
 
<widget source="parent.ServiceEvent" render="Label" position="0,46" size="255,18" font="VFD;15" halign="left" noWrap="1">
 
<convert type="EventName">Name</convert>
 
</widget>
 
<widget source="parent.ServiceEvent" render="Label" position="124,30" size="62,16" font="VFD;16" zPosition="2" halign="center" >
 
<convert type="EventTime">Remaining</convert>
 
<convert type="RemainingToText">NoSeconds</convert>
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="InfoBarMoviePlayerSummary" position="0,0" size="256,64" id="1">
 
<widget source="session.CurrentService" render="Label" position="0,16" size="256,40" font="VFD;19" halign="center" valign="center" >
 
<convert type="ServiceName">Name</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_txt.png" position="117,0" size="14,12">
 
<convert type="ServiceInfo">HasTelext</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_format.png" position="134,0" size="21,12">
 
<convert type="ServiceInfo">IsWidescreen</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_dolby.png" position="158,0" size="34,12">
 
<convert type="ServiceInfo">IsMultichannel</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_crypt.png" position="195,0" size="10,12">
 
<convert type="ServiceInfo">IsCrypted</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_hd.png" position="208,0" size="17,12">
 
<convert type="ServiceInfo">VideoWidth</convert>
 
<convert type="ValueRange">721,1980</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Progress" position="68,58" size="120,5" borderWidth="1">
 
<convert type="ServicePosition">Position</convert>
 
</widget>
 
</screen>
 
<screen name="ChoiceBox_summary" position="0,0" size="256,64" id="1">
 
<widget source="parent.summary_list" render="Label" position="6,0" size="244,64" font="Regular;12" />
 
</screen>
 
<screen name="MessageBox_summary" position="0,0" size="256,64" id="1">
 
<widget source="parent.Text" render="Label" position="6,0" size="244,45" font="Regular;15" halign="center" valign="center" />
 
<widget source="parent.selectedChoice" render="Label" position="6,46" size="244,18" font="Regular;18" halign="center" valign="center" />
 
</screen>
 
<screen name="MenuSummary" position="0,0" size="256,64" id="1">
 
<widget source="parent.title" render="Label" position="0,0" size="256,32" font="VFD;18" halign="center" valign="center"/>
 
<widget source="parent.menu" render="Label" position="0,32" size="256,32" font="VFD;16" halign="center" valign="center">
 
<convert type="StringListSelection" />
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="ServiceScanSummary" position="0,0" size="256,64" id="1">
 
<widget name="Title" position="0,0" size="256,26" font="VFD;20" transparent="1" />
 
<widget name="Service" position="0,30" size="256,30" font="VFD;15" transparent="1" />
 
<widget name="scan_progress" position="0,59" zPosition="1" borderWidth="1" size="143,5" backgroundColor="dark" />
 
</screen>
 
<screen name="SetupSummary" position="0,0" size="256,64" id="1">
 
<widget source="SetupTitle" render="Label" position="6,0" size="143,16" font="VFD;16" />
 
<widget source="SetupEntry" render="Label" position="6,16" size="143,32" font="VFD;14" />
 
<widget source="SetupValue" render="Label" position="6,48" size="143,16" font="VFD;14" />
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="StandbySummary" position="0,0" size="256,64" id="1">
 
<widget source="global.CurrentTime" render="Label" position="20,22" size="113,32" font="VFD;40" halign="right" valign="center" transparent="1">
 
<convert type="ClockToText">Format:%H:%M</convert>
 
</widget>
 
<widget source="global.CurrentTime" render="Label" position="135,20" zPosition="1" size="32,20" font="VFD;20" valign="center" transparent="1">
 
<convert type="ClockToText">Format:%S</convert>
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="SimpleSummary" position="0,0" size="256,64" id="1">
 
<widget source="parent.Title" render="Label" position="0,0" size="143,64" font="VFD;20" halign="center" valign="center" />
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="MediaPlayerLCDScreen" position="0,0" size="256,64" id="1">
 
<widget name="text1" position="4,0" size="252,38" font="VFD;18"/>
 
<widget name="text3" position="4,39" size="252,12" font="VFD;12"/>
 
<widget name="text4" position="4,52" size="252,12" font="VFD;12"/>
 
</screen>
 
<screen name="WizardSummary" position="0,0" size="256,64" id="1">
 
<widget source="text" render="Label" position="6,0" size="252,16" font="VFD;18" transparent="1" />
 
<widget source="parent.list" render="Label" position="6,18" size="252,46" font="VFD;12">
 
<convert type="StringListSelection" />
 
</widget>
 
</screen>
 
</skin>

Questa è la mia per permettere di visualizzare il display come l'ho postato, credo basti sostituire questa parte di codice nella propria skin per ottenerlo
 

gaghero

Vu+ User
In pratica la parte di skin dove risiedono i codici che generano la visualizzazione del display

Code:
<skin>
 
<fonts>
 
<font filename="analog.ttf" name="VFD" scale="100"/>
 
</fonts>
 
<screen name="InfoBarSummary" position="0,0" size="256,64" id="1">
 
<widget source="session.CurrentService" render="Label" position="0,13" size="110,22" font="VFD;18" halign="left" noWrap="1" >
 
<convert type="ServiceName">Name</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Picon" position="0,0" size="132,40" path="piconlcd">
 
<convert type="ServiceName">Reference</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Progress" position="0,41" size="120,5" borderWidth="1">
 
<convert type="EventTime">Progress</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Label" position="0,46" size="192,18" font="VFD;15" halign="left" noWrap="1">
 
<convert type="EventName">Name</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Label" position="194,44" size="62,16" font="VFD;16" zPosition="2" halign="center" >
 
<convert type="EventTime">Remaining</convert>
 
<convert type="RemainingToText">NoSeconds</convert>
 
</widget>
 
<widget source="global.CurrentTime" render="Label" position="125,15" size="100,28" font="VFD;28" halign="right" transparent="1">
 
<convert type="ClockToText">Format:%H:%M</convert>
 
</widget>
 
<widget source="global.CurrentTime" render="Label" position="228,18" zPosition="1" size="25,16" font="VFD;16" transparent="1">
 
<convert type="ClockToText">Format:%S</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_txt.png" position="117,0" size="14,12">
 
<convert type="ServiceInfo">HasTelext</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_format.png" position="134,0" size="21,12">
 
<convert type="ServiceInfo">IsWidescreen</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_dolby.png" position="158,0" size="34,12">
 
<convert type="ServiceInfo">IsMultichannel</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_crypt.png" position="195,0" size="10,12">
 
<convert type="ServiceInfo">IsCrypted</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_hd.png" position="208,0" size="17,12">
 
<convert type="ServiceInfo">VideoWidth</convert>
 
<convert type="ValueRange">721,1980</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="ChannelSelection_summary" position="0,0" size="256,64" id="1">
 
<widget source="parent.ServiceEvent" render="Label" position="0,13" size="110,22" font="VFD;18" halign="left" noWrap="1" >
 
<convert type="ServiceName">Name</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Picon" position="0,0" size="132,40" path="piconlcd">
 
<convert type="ServiceName">Reference</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Progress" position="0,41" size="120,5" borderWidth="1">
 
<convert type="EventTime">Progress</convert>
 
</widget>
 
<widget source="parent.ServiceEvent" render="Label" position="0,46" size="255,18" font="VFD;15" halign="left" noWrap="1">
 
<convert type="EventName">Name</convert>
 
</widget>
 
<widget source="parent.ServiceEvent" render="Label" position="124,30" size="62,16" font="VFD;16" zPosition="2" halign="center" >
 
<convert type="EventTime">Remaining</convert>
 
<convert type="RemainingToText">NoSeconds</convert>
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="InfoBarMoviePlayerSummary" position="0,0" size="256,64" id="1">
 
<widget source="session.CurrentService" render="Label" position="0,16" size="256,40" font="VFD;19" halign="center" valign="center" >
 
<convert type="ServiceName">Name</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_txt.png" position="117,0" size="14,12">
 
<convert type="ServiceInfo">HasTelext</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_format.png" position="134,0" size="21,12">
 
<convert type="ServiceInfo">IsWidescreen</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_dolby.png" position="158,0" size="34,12">
 
<convert type="ServiceInfo">IsMultichannel</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_crypt.png" position="195,0" size="10,12">
 
<convert type="ServiceInfo">IsCrypted</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_hd.png" position="208,0" size="17,12">
 
<convert type="ServiceInfo">VideoWidth</convert>
 
<convert type="ValueRange">721,1980</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Progress" position="68,58" size="120,5" borderWidth="1">
 
<convert type="ServicePosition">Position</convert>
 
</widget>
 
</screen>
 
<screen name="ChoiceBox_summary" position="0,0" size="256,64" id="1">
 
<widget source="parent.summary_list" render="Label" position="6,0" size="244,64" font="Regular;12" />
 
</screen>
 
<screen name="MessageBox_summary" position="0,0" size="256,64" id="1">
 
<widget source="parent.Text" render="Label" position="6,0" size="244,45" font="Regular;15" halign="center" valign="center" />
 
<widget source="parent.selectedChoice" render="Label" position="6,46" size="244,18" font="Regular;18" halign="center" valign="center" />
 
</screen>
 
<screen name="MenuSummary" position="0,0" size="256,64" id="1">
 
<widget source="parent.title" render="Label" position="0,0" size="256,32" font="VFD;18" halign="center" valign="center"/>
 
<widget source="parent.menu" render="Label" position="0,32" size="256,32" font="VFD;16" halign="center" valign="center">
 
<convert type="StringListSelection" />
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="ServiceScanSummary" position="0,0" size="256,64" id="1">
 
<widget name="Title" position="0,0" size="256,26" font="VFD;20" transparent="1" />
 
<widget name="Service" position="0,30" size="256,30" font="VFD;15" transparent="1" />
 
<widget name="scan_progress" position="0,59" zPosition="1" borderWidth="1" size="143,5" backgroundColor="dark" />
 
</screen>
 
<screen name="SetupSummary" position="0,0" size="256,64" id="1">
 
<widget source="SetupTitle" render="Label" position="6,0" size="143,16" font="VFD;16" />
 
<widget source="SetupEntry" render="Label" position="6,16" size="143,32" font="VFD;14" />
 
<widget source="SetupValue" render="Label" position="6,48" size="143,16" font="VFD;14" />
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="StandbySummary" position="0,0" size="256,64" id="1">
 
<widget source="global.CurrentTime" render="Label" position="20,22" size="113,32" font="VFD;40" halign="right" valign="center" transparent="1">
 
<convert type="ClockToText">Format:%H:%M</convert>
 
</widget>
 
<widget source="global.CurrentTime" render="Label" position="135,20" zPosition="1" size="32,20" font="VFD;20" valign="center" transparent="1">
 
<convert type="ClockToText">Format:%S</convert>
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="SimpleSummary" position="0,0" size="256,64" id="1">
 
<widget source="parent.Title" render="Label" position="0,0" size="143,64" font="VFD;20" halign="center" valign="center" />
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="MediaPlayerLCDScreen" position="0,0" size="256,64" id="1">
 
<widget name="text1" position="4,0" size="252,38" font="VFD;18"/>
 
<widget name="text3" position="4,39" size="252,12" font="VFD;12"/>
 
<widget name="text4" position="4,52" size="252,12" font="VFD;12"/>
 
</screen>
 
<screen name="WizardSummary" position="0,0" size="256,64" id="1">
 
<widget source="text" render="Label" position="6,0" size="252,16" font="VFD;18" transparent="1" />
 
<widget source="parent.list" render="Label" position="6,18" size="252,46" font="VFD;12">
 
<convert type="StringListSelection" />
 
</widget>
 
</screen>
 
</skin>

Questa è la mia per permettere di visualizzare il display come l'ho postato, credo basti sostituire questa parte di codice nella propria skin per ottenerlo

Ho messo anch'io questa descrizione ma nel mio ultimo, immagine 1.73, non compare il nome del canale e rimane la scritta "Blach Hole"; appena avrò imparato posterò anche la foto, thanks
 

bosstury

Vu+ User
anche a me si è ripresentato il problema della 1.7.1 identico, mi restano le scritte memorizate sul display dell'ultima cosa che stava facendo...un problema un po fastidioso dirrei :(
io pero ho un duo....
 

Lancillotto

Vu+ User
@gaghero

Ti rispondo qui nel thread, non so che dirti, avevo messo la skin Elegance e avevo ottenuto queste variazioni nella visualizzazione del display, ma come avrai letto più su Shiro ha scritto che le informazioni del display sono nel file che ho citato, è vero perchè ricordo che tempo fa sul DM800HD avevo fatto esperimenti proprio facendo modifiche al font usato nel display.
Dovresti anzitutto verificare se tra il file e il tuo ci sono differenze...
 

gaghero

Vu+ User
@gaghero

Ti rispondo qui nel thread, non so che dirti, avevo messo la skin Elegance e avevo ottenuto queste variazioni nella visualizzazione del display, ma come avrai letto più su Shiro ha scritto che le informazioni del display sono nel file che ho citato, è vero perchè ricordo che tempo fa sul DM800HD avevo fatto esperimenti proprio facendo modifiche al font usato nel display.
Dovresti anzitutto verificare se tra il file e il tuo ci sono differenze...

intanto partiamo, cortesemente da precisare di quale skin elegance si tratta, sono andato sul pannello e ce ne sono un bel po', a quale ti riferisci?? Poi proverò, su quella skin ad installare la tua modifica e ....vedremo kè succede, thanks
 

Lancillotto

Vu+ User
14kwtxc.jpg


In questa visualizzazione del display ottengo però il nome canale tagliato dopo un certo numero di caratteri, se molto lungo mi taglia la fine, volendo aumentare almeno di due o tre caratteri lo spazio a disposizione per il widget channel name dove posso intervenire nel mio file /etc/enigma2/skin_user.xml che riporto qui sotto per vostra comodità


Code:
<skin>
 
<fonts>
 
<font filename="analog.ttf" name="VFD" scale="100"/>
 
</fonts>
 
<screen name="InfoBarSummary" position="0,0" size="256,64" id="1">
 
<widget source="session.CurrentService" render="Label" position="0,13" size="110,22" font="VFD;18" halign="left" noWrap="1" >
 
<convert type="ServiceName">Name</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Picon" position="0,0" size="132,40" path="piconlcd">
 
<convert type="ServiceName">Reference</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Progress" position="0,41" size="120,5" borderWidth="1">
 
<convert type="EventTime">Progress</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Label" position="0,46" size="192,18" font="VFD;15" halign="left" noWrap="1">
 
<convert type="EventName">Name</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Label" position="194,44" size="62,16" font="VFD;16" zPosition="2" halign="center" >
 
<convert type="EventTime">Remaining</convert>
 
<convert type="RemainingToText">NoSeconds</convert>
 
</widget>
 
<widget source="global.CurrentTime" render="Label" position="125,15" size="100,28" font="VFD;28" halign="right" transparent="1">
 
<convert type="ClockToText">Format:%H:%M</convert>
 
</widget>
 
<widget source="global.CurrentTime" render="Label" position="228,18" zPosition="1" size="25,16" font="VFD;16" transparent="1">
 
<convert type="ClockToText">Format:%S</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_txt.png" position="117,0" size="14,12">
 
<convert type="ServiceInfo">HasTelext</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_format.png" position="134,0" size="21,12">
 
<convert type="ServiceInfo">IsWidescreen</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_dolby.png" position="158,0" size="34,12">
 
<convert type="ServiceInfo">IsMultichannel</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_crypt.png" position="195,0" size="10,12">
 
<convert type="ServiceInfo">IsCrypted</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_hd.png" position="208,0" size="17,12">
 
<convert type="ServiceInfo">VideoWidth</convert>
 
<convert type="ValueRange">721,1980</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="ChannelSelection_summary" position="0,0" size="256,64" id="1">
 
<widget source="parent.ServiceEvent" render="Label" position="0,13" size="110,22" font="VFD;18" halign="left" noWrap="1" >
 
<convert type="ServiceName">Name</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Picon" position="0,0" size="132,40" path="piconlcd">
 
<convert type="ServiceName">Reference</convert>
 
</widget>
 
<widget source="session.Event_Now" render="Progress" position="0,41" size="120,5" borderWidth="1">
 
<convert type="EventTime">Progress</convert>
 
</widget>
 
<widget source="parent.ServiceEvent" render="Label" position="0,46" size="255,18" font="VFD;15" halign="left" noWrap="1">
 
<convert type="EventName">Name</convert>
 
</widget>
 
<widget source="parent.ServiceEvent" render="Label" position="124,30" size="62,16" font="VFD;16" zPosition="2" halign="center" >
 
<convert type="EventTime">Remaining</convert>
 
<convert type="RemainingToText">NoSeconds</convert>
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="InfoBarMoviePlayerSummary" position="0,0" size="256,64" id="1">
 
<widget source="session.CurrentService" render="Label" position="0,16" size="256,40" font="VFD;19" halign="center" valign="center" >
 
<convert type="ServiceName">Name</convert>
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_txt.png" position="117,0" size="14,12">
 
<convert type="ServiceInfo">HasTelext</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_format.png" position="134,0" size="21,12">
 
<convert type="ServiceInfo">IsWidescreen</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_dolby.png" position="158,0" size="34,12">
 
<convert type="ServiceInfo">IsMultichannel</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_crypt.png" position="195,0" size="10,12">
 
<convert type="ServiceInfo">IsCrypted</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Pixmap" pixmap="vfd_icons/vfd_icon_hd.png" position="208,0" size="17,12">
 
<convert type="ServiceInfo">VideoWidth</convert>
 
<convert type="ValueRange">721,1980</convert>
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
<widget source="session.CurrentService" render="Progress" position="68,58" size="120,5" borderWidth="1">
 
<convert type="ServicePosition">Position</convert>
 
</widget>
 
</screen>
 
<screen name="ChoiceBox_summary" position="0,0" size="256,64" id="1">
 
<widget source="parent.summary_list" render="Label" position="6,0" size="244,64" font="Regular;12" />
 
</screen>
 
<screen name="MessageBox_summary" position="0,0" size="256,64" id="1">
 
<widget source="parent.Text" render="Label" position="6,0" size="244,45" font="Regular;15" halign="center" valign="center" />
 
<widget source="parent.selectedChoice" render="Label" position="6,46" size="244,18" font="Regular;18" halign="center" valign="center" />
 
</screen>
 
<screen name="MenuSummary" position="0,0" size="256,64" id="1">
 
<widget source="parent.title" render="Label" position="0,0" size="256,32" font="VFD;18" halign="center" valign="center"/>
 
<widget source="parent.menu" render="Label" position="0,32" size="256,32" font="VFD;16" halign="center" valign="center">
 
<convert type="StringListSelection" />
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="ServiceScanSummary" position="0,0" size="256,64" id="1">
 
<widget name="Title" position="0,0" size="256,26" font="VFD;20" transparent="1" />
 
<widget name="Service" position="0,30" size="256,30" font="VFD;15" transparent="1" />
 
<widget name="scan_progress" position="0,59" zPosition="1" borderWidth="1" size="143,5" backgroundColor="dark" />
 
</screen>
 
<screen name="SetupSummary" position="0,0" size="256,64" id="1">
 
<widget source="SetupTitle" render="Label" position="6,0" size="143,16" font="VFD;16" />
 
<widget source="SetupEntry" render="Label" position="6,16" size="143,32" font="VFD;14" />
 
<widget source="SetupValue" render="Label" position="6,48" size="143,16" font="VFD;14" />
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="StandbySummary" position="0,0" size="256,64" id="1">
 
<widget source="global.CurrentTime" render="Label" position="20,22" size="113,32" font="VFD;40" halign="right" valign="center" transparent="1">
 
<convert type="ClockToText">Format:%H:%M</convert>
 
</widget>
 
<widget source="global.CurrentTime" render="Label" position="135,20" zPosition="1" size="32,20" font="VFD;20" valign="center" transparent="1">
 
<convert type="ClockToText">Format:%S</convert>
 
</widget>
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="SimpleSummary" position="0,0" size="256,64" id="1">
 
<widget source="parent.Title" render="Label" position="0,0" size="143,64" font="VFD;20" halign="center" valign="center" />
 
<widget source="session.RecordState" render="Pixmap" pixmap="vfd_icons/vfd_icon_rec.png" position="228,0" size="28,12">
 
<convert type="ConditionalShowHide" />
 
</widget>
 
</screen>
 
<screen name="MediaPlayerLCDScreen" position="0,0" size="256,64" id="1">
 
<widget name="text1" position="4,0" size="252,38" font="VFD;18"/>
 
<widget name="text3" position="4,39" size="252,12" font="VFD;12"/>
 
<widget name="text4" position="4,52" size="252,12" font="VFD;12"/>
 
</screen>
 
<screen name="WizardSummary" position="0,0" size="256,64" id="1">
 
<widget source="text" render="Label" position="6,0" size="252,16" font="VFD;18" transparent="1" />
 
<widget source="parent.list" render="Label" position="6,18" size="252,46" font="VFD;12">
 
<convert type="StringListSelection" />
 
</widget>
 
</screen>
 
</skin>
 
Top