Jump to content


Photo

Is 7.2 Final out...?


  • Please log in to reply
11 replies to this topic

#1 nor50

  • Senior Member
  • 423 posts

+1
Neutral

Posted 18 November 2019 - 01:33

513 new in upgrade... Does that mean 7.2 is final now?


VU+ Ultimo 4K, 19.2, 13, 4.8 E via switch on input/tuner 1. 1W. Inverto Unicable II LNB IDLU-32UL40 on input/tuner 2. OpenPLi 8.3


Re: Is 7.2 Final out...? #2 WanWizard

  • PLi® Core member
  • 68,312 posts

+1,719
Excellent

Posted 18 November 2019 - 01:43

Almost.

 

There has been an update of OpenSSL, and because it's used in or liking to almost everything, we need to do a complete rebuild. 


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Is 7.2 Final out...? #3 ciciol

  • Senior Member
  • 157 posts

+10
Neutral

Posted 18 November 2019 - 07:28

Hi, Will the lcd4linux plug-in also be updated?


Edited by ciciol, 18 November 2019 - 07:28.


Re: Is 7.2 Final out...? #4 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 18 November 2019 - 07:44

When the sources are updated.... what feature or mandatory thing is in it for you beside an increased version number?

Edited by littlesat, 18 November 2019 - 07:44.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Is 7.2 Final out...? #5 ciciol

  • Senior Member
  • 157 posts

+10
Neutral

Posted 18 November 2019 - 09:08

The point is that if the lcd4linux plug-in was not displayed, the message: Tuning failed, and the programs would switch just like without a plug-in.


Edited by ciciol, 18 November 2019 - 09:08.


Re: Is 7.2 Final out...? #6 ciciol

  • Senior Member
  • 157 posts

+10
Neutral

Posted 19 November 2019 - 13:17

Hello,

 

Can someone show me in these files which lines are responsible for the things displayed on a small LCD in VU + UNO 4K SE.

 

Thank you


Edited by WanWizard, 19 November 2019 - 13:34.
Fixed formatting, we aren't blind...


Re: Is 7.2 Final out...? #7 WanWizard

  • PLi® Core member
  • 68,312 posts

+1,719
Excellent

Posted 19 November 2019 - 13:36

/usr/share/enigma2/skin_display.xml

 

copy it to /etc/enigma2, and change what you want.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Is 7.2 Final out...? #8 ciciol

  • Senior Member
  • 157 posts

+10
Neutral

Posted 19 November 2019 - 13:42

Only which lines are responsible for LCD display, because I can't do it.


<skin>
<windowstyle id="1" type="skinned">
<color color="#000000" name="Background"/>
<color color="#ffffff" name="LabelForeground"/>
<color color="#000000" name="ListboxBackground"/>
<color color="#ffffff" name="ListboxForeground"/>
<color color="#000000" name="ListboxSelectedBackground"/>
<color color="#ffffff" name="ListboxSelectedForeground"/>
<color color="#000000" name="ListboxMarkedBackground"/>
<color color="#ffffff" name="ListboxMarkedForeground"/>
<color color="#000000" name="ListboxMarkedAndSelectedBackground"/>
<color color="#ffffff" name="ListboxMarkedAndSelectedForeground"/>
<color color="#ffffff" name="WindowTitleForeground"/>
<color color="#000000" name="WindowTitleBackground"/>
</windowstyle>
<fonts>
<!--
pick a funky name for the font, so we don't conflict
-->
<font filename="nmsbd.ttf" name="FdLcD" scale="100"/>
</fonts>
<!-- template -->
<screen name="SummaryClockPanel">
<widget source="global.CurrentTime" render="Label" position="180,180" size="160,60" font="FdLcD;60" halign="right" valign="bottom" noWrap="1">
<convert type="ClockToText"/>
</widget>
</screen>
<!-- main -->
<screen name="InfoBarSummary" position="0,0" size="400,240">
<widget source="session.CurrentService" render="Label" position="0,5" size="400,65" font="FdLcD;50" halign="center" foregroundColor="#FFFF00">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="0,70" size="400,50" font="FdLcD;24" halign="center">
<convert type="EventName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Progress" position="0,135" size="250,20" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="265,130" size="70,20" font="Regular; 20" foregroundColor="#F78181">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">FOLLOW</convert>
</widget>
<eLabel text="TUNER:" position="0,200" size="80,25" halign="left" font="FdLcD;20"/>
<widget source="session.FrontendInfo" render="FixedLabel" position="80,200" size="24,24" text="A" foregroundColor="#04B404" font="FdLcD;24" halign="center">
<convert type="FrontendInfo">NUMBER</convert>
<convert type="ValueRange">0,0</convert>
<convert type="ConditionalShowHide"/>
</widget>
<widget source="session.FrontendInfo" render="FixedLabel" position="80,200" size="24,24" text="B" foregroundColor="#04B404" font="FdLcD;24" halign="center">
<convert type="FrontendInfo">NUMBER</convert>
<convert type="ValueRange">1,1</convert>
<convert type="ConditionalShowHide"/>
</widget>
<widget source="session.FrontendInfo" render="FixedLabel" position="80,200" size="24,24" text="C" foregroundColor="#04B404" font="FdLcD;24" halign="center">
<convert type="FrontendInfo">NUMBER</convert>
<convert type="ValueRange">2,2</convert>
<convert type="ConditionalShowHide"/>
</widget>
<widget source="session.FrontendInfo" render="FixedLabel" position="80,200" size="24,24" text="D" foregroundColor="#04B404" font="FdLcD;24" halign="center">
<convert type="FrontendInfo">NUMBER</convert>
<convert type="ValueRange">3,3</convert>
<convert type="ConditionalShowHide"/>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Recording" position="0,200" size="110,25" halign="left" foregroundColor="#ff0000" font="FdLcD;24" zPosition="1" noWrap="1">
<convert type="ConfigEntryTest">
config.usage.blinking_rec_symbol_during_recording,True,CheckSourceBoolean
</convert>
<convert type="ConditionalShowHide">Blink</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Recording" position="0,200" size="110,25" halign="left" foregroundColor="#ff0000" font="FdLcD;24" zPosition="1" noWrap="1">
<convert type="ConfigEntryTest">
config.usage.blinking_rec_symbol_during_recording,False,CheckSourceBoolean
</convert>
<convert type="ConditionalShowHide"/>
</widget>
<panel name="SummaryClockPanel"/>
</screen>
<!-- movieplayer -->
<screen name="InfoBarMoviePlayerSummary" position="0,0" size="400,240">
<widget source="session.CurrentService" render="Label" position="0,10" size="400,148" font="FdLcD;40" halign="center" valign="center" transparent="1">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.CurrentService" render="Progress" position="0,150" size="400,30" zPosition="2" borderWidth="1" transparent="1">
<convert type="ServicePosition">Position</convert>
</widget>
<widget source="session.CurrentService" render="Label" position="0,194" size="400,46" font="FdLcD;46" halign="right" transparent="1">
<convert type="ServicePosition">Remaining,Plus</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="0,194" size="400,46" font="FdLcD;46" halign="left" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
</screen>
<screen name="MovieContextMenuSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1"/>
<widget source="selected" render="Label" position="top" size="*,32" font="FdLcD;16"/>
<panel position="bottom" size="*,18">
<widget source="global.CurrentTime" render="Label" position="right" size="60,*" halign="right" font="FdLcD;16">
<convert type="ClockToText"/>
</widget>
</panel>
</screen>
<screen name="MovieSelectionSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,40" font="FdLcD;36" halign="left" valign="top" noWrap="1"/>
<widget source="name" render="Label" position="top" size="*,75" font="FdLcD;36" halign="left" valign="top"/>
<panel position="bottom" size="*,36">
<widget source="parent.Service" render="Label" position="right" size="200,*" font="FdLcD;30" halign="right" noWrap="1">
<convert type="MovieInfo">FileSize</convert>
</widget>
<widget source="parent.Service" render="Label" position="fill" font="FdLcD;30" halign="left" noWrap="1">
<convert type="MovieInfo">RecordServiceName</convert>
</widget>
</panel>
</screen>
<!-- Mediaplayer -->
<screen name="MediaPlayerLCDScreen" position="0,0" size="400,240">
<widget name="text1" position="0,0" size="400,32" font="FdLcD;28" noWrap="1" halign="center" valign="center" transparent="1" zPosition="2"/>
<widget name="text3" position="0,35" size="400,32" font="FdLcD;28" noWrap="1" halign="center" valign="center" transparent="1" zPosition="2"/>
<widget name="text4" position="0,70" size="400,32" font="FdLcD;28" noWrap="1" halign="center" valign="center" transparent="1" zPosition="2"/>
<widget source="session.CurrentService" render="Progress" position="0,138" size="400,25" borderWidth="1" transparent="1">
<convert type="ServicePosition">Position</convert>
</widget>
<widget source="session.CurrentService" render="Label" position="0,194" size="400,46" font="FdLcD;46" halign="right" transparent="1">
<convert type="ServicePosition">Remaining,Negate</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="0,194" size="400,46" font="FdLcD;46" halign="left" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
</screen>
<!-- channelselection -->
<screen name="ChannelSelection_summary" position="0,0" size="400,240">
<widget source="parent.ServiceEvent" render="Label" position="top" size="*,65" font="FdLcD;50" halign="center" foregroundColor="#FFFF00">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Label" position="top" size="*,60" font="FdLcD;25" halign="center">
<convert type="EventName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Progress" position="top" size="*,20" borderWidth="3">
<convert type="EventTime">Progress</convert>
</widget>
<panel name="SummaryClockPanel"/>
</screen>
<!-- menus -->
<screen name="MenuSummary" position="fill">
<widget source="parent.title" render="Label" position="top" size="*,61" font="FdLcD;50" halign="center" valign="top"/>
<widget source="parent.menu" render="Label" position="top" size="*,53" font="FdLcD;26" halign="left" valign="center">
<convert type="StringListSelection"/>
</widget>
</screen>
<!-- setup -->
<screen name="SetupSummary" position="fill">
<widget source="SetupTitle" render="Label" position="top" size="*,61" font="FdLcD;50" halign="left"/>
<widget source="SetupEntry" render="Label" position="top" size="*,51" font="FdLcD;25" halign="left"/>
<widget source="SetupValue" render="Label" position="top" size="*,51" font="FdLcD;25" halign="left"/>
</screen>
<!-- misc -->
<screen name="SimpleSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,100" font="FdLcD;40" halign="center" valign="center"/>
<panel position="bottom" size="*,24" name="SummaryClockPanel"/>
</screen>
<screen name="WizardSummary" position="fill">
<widget source="text" render="Label" position="top" size="*,71" font="FdLcD;35" halign="center"/>
<widget source="parent.list" render="Label" position="fill" font="FdLcD;25" halign="center">
<convert type="StringListSelection"/>
</widget>
</screen>
<screen name="VideoWizardSummary" position="fill">
<widget name="text" position="top" size="*,40" font="FdLcD;12" transparent="1"/>
<widget source="parent.list" render="Label" position="fill" font="FdLcD;45" halign="center">
<convert type="StringListSelection"/>
</widget>
</screen>
<!-- standby -->
<screen name="StandbySummary" position="0,0" size="400,240">
<widget source="global.CurrentTime" render="Label" position="0,0" size="400,24" font="FdLcD;22" halign="left" noWrap="1">
<convert type="ClockToText">Format:%d.%m.%Y</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="center,center" size="225,100" font="FdLcD;85" halign="center" noWrap="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Recording" position="center,150" size="190,22" font="FdLcD;22" zPosition="2" valign="bottom" halign="center" noWrap="1" foregroundColor="#ff0000">
<convert type="ConfigEntryTest">
config.usage.blinking_rec_symbol_during_recording,True,CheckSourceBoolean
</convert>
<convert type="ConditionalShowHide">Blink</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Recording" position="center,150" size="190,22" font="FdLcD;22" zPosition="2" valign="bottom" halign="center" noWrap="1" foregroundColor="#ff0000">
<convert type="ConfigEntryTest">
config.usage.blinking_rec_symbol_during_recording,False,CheckSourceBoolean
</convert>
<convert type="ConditionalShowHide"/>
</widget>
</screen>
<!-- Plugin browser -->
<screen name="PluginBrowserSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,26" font="FdLcD;25" noWrap="1"/>
<widget source="entry" render="Label" position="top" size="*,61" font="FdLcD;50" halign="left"/>
<widget source="desc" render="Label" position="fill" font="FdLcD;22" valign="top"/>
</screen>
<!-- JobView Summary -->
<screen name="JobView_summary" position="0,0" size="400,240">
<widget source="parent.summary_job_name" render="Label" position="0,38" size="400,58" font="FdLcD;24" halign="left"/>
<widget source="parent.summary_job_task" render="Label" position="0,100" size="400,25" font="FdLcD;19" halign="left"/>
<widget source="parent.summary_job_progress" render="Progress" position="0,0" size="285,30" borderWidth="1" zPosition="1"/>
<widget source="parent.summary_job_progress" render="Label" position="290,0" size="100,30" font="FdLcD;24" zposition="1" halign="center" valign="center" transparent="1">
<convert type="ProgressToText"/>
</widget>
</screen>
<screen name="EventView_summary" position="0,0" size="400,240">
<widget source="parent.Title" render="Label" position="0,0" size="160,22" font="FdLcD;20" halign="left" noWrap="1"/>
<widget source="parent.summary_description" render="Label" position="0,22" size="400,140" font="FdLcD;24"/>
</screen>
<screen name="EventViewSimple_summary" position="0,0" size="400,240">
<widget source="parent.Title" render="Label" position="0,0" size="160,22" font="FdLcD;20" halign="left" noWrap="1"/>
<widget source="parent.summary_description" render="Label" position="0,22" size="400,140" font="FdLcD;24"/>
</screen>
<!-- EPG Screens -->
<screen name="EPGSelection_summary" position="0,0" size="400,240">
<panel name="SummaryEpgPanel"/>
<panel name="SummaryIconsPanel"/>
<panel name="SummaryTunerStatusPanel"/>
</screen>
<screen name="QuickEPG_summary" position="0,0" size="400,240">
<panel name="SummaryEpgPanel"/>
<panel name="SummaryIconsPanel"/>
<panel name="SummaryTunerStatusPanel"/>
</screen>
<screen name="GraphicalEPG_summary" position="0,0" size="400,240">
<panel name="SummaryEpgPanel"/>
<panel name="SummaryIconsPanel"/>
<panel name="SummaryTunerStatusPanel"/>
</screen>
<screen name="GraphicalEPGPIG_summary" position="0,0" size="400,240">
<panel name="SummaryEpgPanel"/>
<panel name="SummaryIconsPanel"/>
<panel name="SummaryTunerStatusPanel"/>
</screen>
<screen name="ChoiceBox_summary" position="0,0" size="400,240">
<widget source="parent.summary_list" render="Label" position="0,0" size="400,240" font="FdLcD;18" noWrap="1"/>
</screen>
<screen name="MessageBox_summary" position="0,0" size="400,240">
<widget source="parent.Text" render="Label" position="0,0" size="400,240" font="FdLcD;24" halign="center"/>
<widget source="parent.selectedChoice" render="Label" position="0,135" size="400,28" font="FdLcD;26" halign="center" noWrap="1"/>
</screen>
<screen name="MessageBoxSimple_summary" position="0,0" size="400,240">
<widget source="parent.Text" render="Label" position="0,0" size="400,240" font="FdLcD;24" halign="center"/>
<widget source="parent.selectedChoice" render="Label" position="0,135" size="400,28" font="FdLcD;26" halign="center" noWrap="1"/>
</screen>
<screen name="AboutSummary" position="0,0" size="400,240">
<widget source="AboutText" render="Label" position="0,0" size="400,240" font="FdLcD;11"/>
</screen>
<screen name="TimerEditListSummary" position="0,0" size="400,240">
<widget source="parent.Title" render="Label" position="0,0" size="400,26" font="FdLcD;24" halign="center" noWrap="1"/>
<widget source="service" render="Label" position="0,40" size="400,30" font="FdLcD;28" halign="center" noWrap="1"/>
<widget source="name" render="Label" position="0,80" size="400,100" font="FdLcD;28" halign="center" valign="center"/>
<widget source="time" render="Label" position="0,188" size="400,28" font="FdLcD;24" halign="left" transparent="1"/>
<widget source="duration" render="Label" position="0,214" size="400,28" font="FdLcD;24" halign="left" transparent="1"/>
<widget source="state" render="Label" position="0,214" size="400,28" font="FdLcD;24" halign="right" transparent="1"/>
</screen>
<screen name="AutoTimerOverviewSummary" position="0,0" size="400,240">
<widget source="parent.Title" render="Label" position="0,0" size="400,26" font="FdLcD;24" halign="center" noWrap="1"/>
<widget source="entry" render="Label" position="0,40" size="400,125" font="FdLcD;28" halign="center" valign="center"/>
<panel name="SummaryClockPanel"/>
</screen>
<screen name="WizardSummary" position="0,0" size="400,240">
<widget source="text" render="Label" position="0,0" size="400,55" font="FdLcD;24" halign="center"/>
<widget source="parent.list" render="Label" position="0,85" size="400,124" font="FdLcD;24" halign="center">
<convert type="StringListSelection"/>
</widget>
</screen>
<screen name="LanguageWizardSummary" position="0,0" size="400,240">
<widget source="parent.summarytext" render="Label" position="0,0" size="400,55" font="FdLcD;24" halign="center"/>
<widget source="parent.summarylangname" render="Label" position="0,85" size="400,124" font="FdLcD;24" halign="center"/>
<!--
<widget source="parent.flag" render="Pixmap" position="0,0" size="110,40" backgroundColor="#ff000000" />
-->
</screen>
<screen name="VideoWizardSummary" position="fill">
<widget source="text" render="Label" position="0,0" size="400,50" font="FdLcD;24" halign="center"/>
<widget source="parent.list" render="Label" position="0,85" size="400,124" font="FdLcD;24" halign="center">
<convert type="StringListSelection"/>
</widget>
</screen>
<!-- DVD -->
<screen name="DVDSummary" position="fill">
<widget source="session.CurrentService" render="Label" position="top" size="*,28" font="FdLcD;12">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.CurrentService" render="Progress" position="top" size="*,4" borderWidth="1">
<convert type="ServicePosition">Position</convert>
</widget>
<panel position="fill">
<widget source="session.CurrentService" render="Label" position="left" size="60,*" font="FdLcD;12" halign="left">
<convert type="ServicePosition">Position</convert>
</widget>
<widget name="Chapter" position="fill" font="FdLcD;12" halign="left"/>
</panel>
</screen>
<!-- ViX -->
<screen name="VIXDevicesPanelSummary" position="0,0" size="400,240">
<widget source="parent.Title" render="Label" position="0,38" size="400,26" font="FdLcD;24" halign="left" noWrap="1"/>
<widget source="entry" render="Label" position="0,21" size="400,16" font="FdLcD;14" halign="left" noWrap="1"/>
<widget source="desc" render="Label" position="0,38" size="400,26" font="FdLcD;12" halign="left" transparent="1"/>
<panel name="SummaryIconsPanel"/>
<panel name="SummaryClockPanel"/>
</screen>
<screen name="VIXSwap_summary" position="0,0" size="400,240">
<widget source="parent.Title" render="Label" position="0,38" size="400,26" font="FdLcD;24" halign="left" noWrap="1"/>
<widget source="parent.swapname_summary" render="Label" position="0,66" size="400,20" font="FdLcD;19" halign="left" noWrap="1"/>
<widget source="parent.swapactive_summary" render="Label" position="0,93" size="400,16" font="FdLcD;14" halign="left" transparent="1"/>
<panel name="SummaryIconsPanel"/>
<panel name="SummaryClockPanel"/>
</screen>
<screen name="UpdatePlugin_summary" position="0,0" size="400,240">
<widget source="parent.Title" render="Label" position="0,38" size="400,26" font="FdLcD;24" halign="left" noWrap="1"/>
<widget source="parent.package" render="Label" position="0,66" size="400,20" font="FdLcD;19" halign="left" noWrap="1"/>
<widget source="parent.status" render="Label" position="0,93" size="400,16" font="FdLcD;14" halign="left" transparent="1"/>
<panel name="SummaryIconsPanel"/>
<panel name="SummaryClockPanel"/>
</screen>
<screen name="SoftwareUpdateChanges_summary" position="0,0" size="400,240">
<widget source="parent.title_summary" render="Label" position="0,0" size="160,15" font="FdLcD;15" halign="left" noWrap="1"/>
<widget source="parent.text_summary" render="Label" position="0,16" size="400,54" font="FdLcD;12" halign="left" transparent="1"/>
<panel name="SummaryIconsPanel"/>
</screen>
<!-- LCD screen EMC -->
<screen name="EMCMoviePlayerSummary" position="0,0" size="400,240">
<!-- Movie name -->
<widget source="session.CurrentService" render="Label" position="0,10" size="400,148" font="FdLcD;40" halign="center" valign="center" transparent="1">
<convert type="ServiceName">Name</convert>
</widget>
<!-- Movie progress -->
<widget source="Service" render="Progress" position="0,150" size="400,30" zPosition="2" borderWidth="1" transparent="1">
<convert type="EMCServicePosition">Position</convert>
</widget>
<!-- Movie recording progress -->
<!--
<widget source="Service" render="Progress" position="0,90" size="400,10" zPosition="1" borderWidth="1"> <convert type="EMCRecordPosition">Position</convert> </widget>
-->
<!-- Current time -->
<widget source="global.CurrentTime" render="Label" position="0,194" size="400,46" font="FdLcD;46" halign="left" transparent="1">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<!-- Remaining movie time -->
<widget source="session.CurrentService" render="Label" position="0,194" size="400,46" font="FdLcD;46" halign="right" transparent="1">
<convert type="ServicePosition">Remaining,Negate</convert>
<!-- convert type="ServicePosition">Summary</convert -->
</widget>
<!-- Recording indicator -->
<widget source="session.RecordState" render="FixedLabel" text="REC" position="350,0" size="50,22" halign="right" foregroundColor="#ff0000" font="FdLcD;19" zPosition="1" noWrap="1">
<convert type="ConfigEntryTest">
config.usage.blinking_rec_symbol_during_recording,True,CheckSourceBoolean
</convert>
<convert type="ConditionalShowHide">Blink</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="REC" position="350,0" size="50,22" halign="right" foregroundColor="#ff0000" font="FdLcD;19" zPosition="1" noWrap="1">
<convert type="ConfigEntryTest">
config.usage.blinking_rec_symbol_during_recording,False,CheckSourceBoolean
</convert>
<convert type="ConditionalShowHide"/>
</widget>
</screen>
<screen name="CrossEPG_Downloader_summary" position="0,0" size="400,240">
<widget source="parent.Title" render="Label" position="0,38" size="400,26" font="FdLcD;24" halign="left" noWrap="1"/>
<widget source="parent.summary_action" render="Label" position="0,66" size="400,20" font="FdLcD;19" halign="left" noWrap="1"/>
<widget source="parent.summary_status" render="Label" position="0,41" size="400,18" font="FdLcD;16" halign="left" noWrap="1"/>
</screen>
<screen name="AutoBouquetsMaker_MenuSummary" position="0,0" size="400,240">
<widget source="SetupTitle" render="Label" position="0,38" size="400,26" font="FdLcD;24" halign="left" noWrap="1"/>
<widget source="SetupEntry" render="Label" position="0,66" size="400,20" font="FdLcD;19" halign="left" noWrap="1"/>
<widget source="SetupValue" render="Label" position="0,93" size="400,16" font="FdLcD;14" halign="left" transparent="1"/>
<panel name="SummaryIconsPanel"/>
<panel name="SummaryTunerStatusPanel"/>
<panel name="SummaryClockPanel"/>
</screen>
</skin>


Re: Is 7.2 Final out...? #9 WanWizard

  • PLi® Core member
  • 68,312 posts

+1,719
Excellent

Posted 19 November 2019 - 13:50

All of them, which screen definition is used depends on the context Enigma is in (watching TV, playback, in a menu, etc).


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Is 7.2 Final out...? #10 ciciol

  • Senior Member
  • 157 posts

+10
Neutral

Posted 19 November 2019 - 19:24

Hi, thank you very much for your help. I have already dealt with the main display screen and did as I wanted. I have a problem with the program list. By pressing the channel button I cannot change the width of the progress bar in any way. The strap is LCD full width, and I would like to make it smaller so that it does not touch the left and right edges. Can i have some help Greetings

 

<!-- channelselection-->

<screen name="ChannelSelection_summary" position="0,0" size="400,240">
<widget source="parent.ServiceEvent" render="Label" position="top" size="*,65" font="FdLcD;50" halign="center" foregroundColor="#FFFF0" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Label" position="top" size="*,60" font="FdLcD;25" halign="center" >
<convert type="EventName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Progress" position="top" size="*,20" borderWidth="3">
<convert type="EventTime">Progress</convert>
</widget>
<panel name="SummaryClockPanel" />
</screen>


Re: Is 7.2 Final out...? #11 nor50

  • Senior Member
  • 423 posts

+1
Neutral

Posted 22 November 2019 - 02:31

294 new updates now...


VU+ Ultimo 4K, 19.2, 13, 4.8 E via switch on input/tuner 1. 1W. Inverto Unicable II LNB IDLU-32UL40 on input/tuner 2. OpenPLi 8.3


Re: Is 7.2 Final out...? #12 WanWizard

  • PLi® Core member
  • 68,312 posts

+1,719
Excellent

Posted 22 November 2019 - 15:19

That happens when a core library is updated, due to dependencies that forces a rebuild of a lot of other packages too.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users