SkalliHD - Skinparts und Anpassungen im/am Skin [eol]

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • @razor: thx, hab doch fix geguggt, aber schliesse ich mal aus.

      @ditschi: danke, damit kann ich dieses widget auch ausschliessen. das hat phyr auch so :)

      @knife: kannst du mir mal deine skin.xml aus dem verzeichnis /usr/share/enigma2/SkalliHD/skinparts/skin.xml posten? wenn nciht ist auch nicht schlimm. morgen kann ich genauer guggn. anbei eine version ohne den converter und die infobar von deso, da sie ohne converter vermutlich gs gibt. ich halte das aber nciht für die ursache, da die bar ja nicht benutzt wurde. bzgl. der ecm-infos werden die image-eigenen converter vom rest benutzt. oder ich hab was übersehen. schlate ecm in den einstellungen trotzdem aus.

      edit: download entfernt

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von pillepallus ()

    • Hallo mir fiel auf den Bildern auf, dass er zwei !! Mal colors an hat
      Gruss orthodoc
    • Dachte halt man darf nur jeweils eins aus den Kategorien auswählen
    • hast natürlich Recht,er hat aber auch geschrieben, dass er dies korrigiert hat und mein Post bezog sich nicht auf deinen, daher das Zitat ;)

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von phyr ()

    • @ pillepallus

      hier die gewünscht Datei

      Danke
      Dateien
      • skin.xml

        (1,08 MB, 5 mal heruntergeladen, zuletzt: )
      Wer später bremst fährt länger schnell
      :319: Fernbedienung Funktioniert nicht richtig; Umbauanleitung
    • momentan habe ich auch null idee wo der gs herkommt, aber ich kann zur zeit nix prüfen. eigentlich nutzt er dieses file nicht, daher lasse ich es bei ihm mal raus. der fehler muss in der skin.xml zu finden sein. mal schauen ob er sie noch postet.
      eine skin_user.xml und die mySkin-funktion laden auch weitere parts. aber glaube da nutzt er nix.
    • das ist nicht im standard-skin. das kommt von einem part oder so.
      Spoiler anzeigen
      -<widget font="Regular; 14" foregroundColor="Text2" zPosition="1" size="25,20" position="610,696" backgroundColor="background" transparent="1" text="N" halign="center" noWrap="1" source="session.CurrentService" render="FixedLabel"><convert type="ExtremeInfo">NagraCrypt</convert><convert type="ConditionalShowHide"/></widget>-<widget font="Regular; 14" foregroundColor="Text1" zPosition="2" size="25,20" position="610,696" backgroundColor="background" transparent="1" text="N" halign="center" noWrap="1" source="session.CurrentService" render="FixedLabel"><convert type="ExtremeInfo">NagraEcm</convert><convert type="ConditionalShowHide"/></widget>-<widget font="Regular; 14" foregroundColor="Text2" zPosition="1" size="25,20" position="585,696" backgroundColor="background" transparent="1" text="ND" halign="center" noWrap="1" source="session.CurrentService" render="FixedLabel"><convert type="ExtremeInfo">NdsCrypt</convert><convert type="ConditionalShowHide"/></widget>-<widget font="Regular; 14" foregroundColor="Text1" zPosition="2" size="25,20" position="585,696" backgroundColor="background" transparent="1" text="ND" halign="center" noWrap="1" source="session.CurrentService" render="FixedLabel"><convert type="ExtremeInfo">NdsEcm</convert><convert type="ConditionalShowHide"/></widget>-<widget font="Regular; 14" foregroundColor="Text2" zPosition="1" size="25,20" position="560,696" backgroundColor="background" transparent="1" text="B" halign="center" noWrap="1" source="session.CurrentService" render="FixedLabel"><convert type="ExtremeInfo">BetaCrypt</convert><convert type="ConditionalShowHide"/></widget>-<widget font="Regular; 14" foregroundColor="Text1" zPosition="2" size="25,20" position="560,696" backgroundColor="background" transparent="1" text="B" halign="center" noWrap="1" source="session.CurrentService" render="FixedLabel"><convert type="ExtremeInfo">BetaEcm</convert><convert type="ConditionalShowHide"/></widget>


      edit: infobar von deso das sein

      @knife: nutz einfach eine andere infobar, dann sollte dein problem behoben sein. du brauchst nicht auf den neuen skinpartmanager gehen. ich kann es momentan nicht prüfen, aber da wird ein alternernativer ecm-converter angeprochen. da vermute ich das problem.

      Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von pillepallus ()

    • Hab jetzt auf eine andere infobar umgestellt mal sehen was passiert

      Werde es testen und berichten

      Danke
      Wer später bremst fährt länger schnell
      :319: Fernbedienung Funktioniert nicht richtig; Umbauanleitung
    • Anpassung meiner Infobar an SkalliHD 2.00.

      Im Anhang befindliche skin_InfoBar.xml nach /usr/share/enigma2/SkalliHD/mySkin oder Inhalt des Spoilers in eure skin_user.xml kopieren und Box neu starten.

      P.S. Der Converter EcmInfoLine.py wird nicht mehr benötigt, da er wohl zu Problemen führen kann.

      Link zur Version 0.12.

      Infobar V0.2 SkalliHD 2.00

      Quellcode

      1. <screen backgroundColor="transparent" flags="wfNoBorder" name="InfoBar" position="0,0" size="1280,720" title="InfoBar">
      2. <ePixmap alphatest="blend" pixmap="SkalliHD/extensions/BIB.png" position="0,570" size="1280,150" zPosition="-10" />
      3. <eLabel backgroundColor="Background" name="InfoBar" position="0,570" size="1280,150" zPosition="-15" transparent="0" />
      4. <!-- /* Uhrzeit/Datum -->
      5. <widget backgroundColor="background" font="Regular; 36" halign="center" position="1090,639" render="Label" size="65,50" source="global.CurrentTime" transparent="1" valign="bottom" zPosition="1" foregroundColor="Text1">
      6. <convert type="ClockToText">Format:%H</convert>
      7. </widget>
      8. <eLabel backgroundColor="background" font="Regular; 34" halign="center" position="1147,638" size="15,50" text=":" transparent="1" valign="bottom" zPosition="1" foregroundColor="Text1" />
      9. <widget backgroundColor="background" font="Regular; 36" halign="center" position="1156,639" render="Label" size="65,50" source="global.CurrentTime" transparent="1" valign="bottom" zPosition="1" foregroundColor="Text1">
      10. <convert type="ClockToText">Format:%M</convert>
      11. </widget>
      12. <eLabel backgroundColor="background" font="Regular; 26" halign="center" position="1210,646" size="15,30" text=":" transparent="1" valign="bottom" zPosition="1" foregroundColor="Text1" />
      13. <widget backgroundColor="background" font="Regular; 26" halign="center" position="1218,649" render="Label" size="50,30" source="global.CurrentTime" transparent="1" valign="bottom" zPosition="1" foregroundColor="Text1">
      14. <convert type="ClockToText">Format:%S</convert>
      15. </widget>
      16. <widget backgroundColor="background" font="Regular; 20" foregroundColor="Text1" halign="center" position="1078,610" render="Label" size="203,29" source="global.CurrentTime" transparent="1" valign="top" zPosition="1">
      17. <convert type="ClockToText">Format:%d. %B</convert>
      18. </widget>
      19. <widget backgroundColor="background" font="Regular; 20" foregroundColor="Text1" halign="center" position="1078,578" render="Label" size="203,30" source="global.CurrentTime" transparent="1" valign="center" zPosition="1">
      20. <convert type="ClockToText">Format:%A</convert>
      21. </widget>
      22. <!--Uhrzeit/Datum */-->
      23. <ePixmap alphatest="blend" pixmap="SkalliHD/extensions/IBepgR.png" position="902,613" size="60,40" zPosition="10" />
      24. <widget source="session.Event_Now" render="Label" position="965,611" size="50,22" font="Regular; 18" halign="center" foregroundColor="Text1" backgroundColor="background" transparent="1" zPosition="2" valign="center">
      25. <convert type="EventTime">StartTime</convert>
      26. <convert type="ClockToText">Default</convert>
      27. </widget>
      28. <eLabel backgroundColor="background" font="Regular; 18" halign="center" position="1010,611" size="15,22" text="-" transparent="1" valign="top" zPosition="1" foregroundColor="Text1" />
      29. <widget source="session.Event_Now" render="Label" position="1020,611" size="50,22" font="Regular; 18" halign="right" foregroundColor="Text1" backgroundColor="background" transparent="1" zPosition="2" valign="top">
      30. <convert type="EventTime">EndTime</convert>
      31. <convert type="ClockToText">Default</convert>
      32. </widget>
      33. <widget alphatest="blend" position="15,578" render="Picon" size="220,132" source="session.CurrentService" transparent="1" zPosition="4">
      34. <convert type="ServiceName">Reference</convert>
      35. </widget>
      36. <widget foregroundColor="Text1" font="Regular;30" halign="left" noWrap="1" options="movetype=running,startpoint=0,direction=left,steptime=10,repeat=5,startdelay=3000,always=0" position="255,613" render="VRunningText" size="685,40" source="session.Event_Now" transparent="1">
      37. <convert type="SkalliEventName">Complete</convert>
      38. </widget>
      39. <widget backgroundColor="background" font="Regular; 18" halign="right" position="965,633" render="Label" size="105,20" source="session.Event_Now" transparent="1" valign="top" zPosition="1">
      40. <convert type="EventTime">Remaining</convert>
      41. <convert type="RemainingToText">InMinutes</convert>
      42. </widget>
      43. <widget render="Progress" source="session.Event_Now" position="255,655" foregroundColor="Bar" backgroundColor="BarBack" size="815,7" transparent="0" zPosition="10">
      44. <convert type="EventTime">Progress</convert>
      45. </widget>
      46. <widget foregroundColor="Text1" font="Regular; 22" halign="left" noWrap="1" backgroundColor="background" position="255,665" render="Label" size="685,30" source="session.Event_Next" transparent="1">
      47. <convert type="EventName">Name</convert>
      48. </widget>
      49. <widget source="session.Event_Next" render="Label" position="979,663" size="50,16" font="Regular; 16" halign="left" foregroundColor="Text1" backgroundColor="background" transparent="1" zPosition="2" valign="top">
      50. <convert type="EventTime">StartTime</convert>
      51. <convert type="ClockToText">Default</convert>
      52. </widget>
      53. <eLabel backgroundColor="background" font="RegularLight; 18" halign="center" position="1017,663" size="15,16" text="-" transparent="1" valign="center" zPosition="1" foregroundColor="Text1" />
      54. <widget source="session.Event_Next" render="Label" position="1020,663" size="50,16" font="Regular; 16" halign="right" foregroundColor="Text1" backgroundColor="background" transparent="1" zPosition="2" valign="top">
      55. <convert type="EventTime">EndTime</convert>
      56. <convert type="ClockToText">Default</convert>
      57. </widget>
      58. <widget backgroundColor="background" font="Regular; 16" halign="right" position="965,679" render="Label" size="105,16" source="session.Event_Next" transparent="1" valign="top" zPosition="1">
      59. <convert type="EventTime">Duration</convert>
      60. <convert type="ClockToText">InMinutes</convert>
      61. </widget>
      62. <widget source="session.CurrentService" render="Label" position="255,580" size="290,28" font="Regular; 24" valign="center" noWrap="1" backgroundColor="background" transparent="1" foregroundColor="Text1" halign="left">
      63. <convert type="ServiceName">Name</convert>
      64. </widget>
      65. <widget backgroundColor="background" font="Regular; 14" foregroundColor="Text1" halign="left" position="255,696" render="VtiEmuInfo" size="180,20" source="session.CurrentService" transparent="1" />
      66. <widget backgroundColor="background" font="Regular; 14" halign="left" noWrap="1" position="640,696" render="Label" size="300,20" source="session.CurrentService" transparent="1" zPosition="0" foregroundColor="Text1">
      67. <convert type="VtiInfo">EcmInfo</convert>
      68. </widget>
      69. <widget backgroundColor="background" font="Regular; 14" foregroundColor="Text1" halign="right" position="940,696" render="Label" size="130,20" source="session.CurrentService" transparent="1" noWrap="1">
      70. <convert type="ServiceName">Provider</convert>
      71. </widget>
      72. <!-- Crypt symbol start -->
      73. <widget source="session.CurrentService" render="FixedLabel" text="N" font="Regular; 14" position="610,696" size="25,20" halign="center" foregroundColor="Text2" backgroundColor="background" zPosition="1" transparent="1" noWrap="1">
      74. <convert type="ExtremeInfo">NagraCrypt</convert>
      75. <convert type="ConditionalShowHide" />
      76. </widget>
      77. <widget source="session.CurrentService" render="FixedLabel" text="N" font="Regular; 14" position="610,696" size="25,20" halign="center" foregroundColor="Text1" backgroundColor="background" zPosition="2" transparent="1" noWrap="1">
      78. <convert type="ExtremeInfo">NagraEcm</convert>
      79. <convert type="ConditionalShowHide" />
      80. </widget>
      81. <widget source="session.CurrentService" render="FixedLabel" text="ND" font="Regular; 14" position="585,696" size="25,20" halign="center" foregroundColor="Text2" backgroundColor="background" zPosition="1" transparent="1" noWrap="1">
      82. <convert type="ExtremeInfo">NdsCrypt</convert>
      83. <convert type="ConditionalShowHide" />
      84. </widget>
      85. <widget source="session.CurrentService" render="FixedLabel" text="ND" font="Regular; 14" position="585,696" size="25,20" halign="center" foregroundColor="Text1" backgroundColor="background" zPosition="2" transparent="1" noWrap="1">
      86. <convert type="ExtremeInfo">NdsEcm</convert>
      87. <convert type="ConditionalShowHide" />
      88. </widget>
      89. <widget source="session.CurrentService" render="FixedLabel" text="B" font="Regular; 14" position="560,696" size="25,20" halign="center" foregroundColor="Text2" backgroundColor="background" zPosition="1" transparent="1" noWrap="1">
      90. <convert type="ExtremeInfo">BetaCrypt</convert>
      91. <convert type="ConditionalShowHide" />
      92. </widget>
      93. <widget source="session.CurrentService" render="FixedLabel" text="B" font="Regular; 14" position="560,696" size="25,20" halign="center" foregroundColor="Text1" backgroundColor="background" zPosition="2" transparent="1" noWrap="1">
      94. <convert type="ExtremeInfo">BetaEcm</convert>
      95. <convert type="ConditionalShowHide" />
      96. </widget>
      97. <widget source="session.CurrentService" render="FixedLabel" text="I" font="Regular; 14" position="510,696" size="25,20" halign="center" foregroundColor="Text2" backgroundColor="background" zPosition="1" transparent="1" noWrap="1">
      98. <convert type="ExtremeInfo">IrdCrypt</convert>
      99. <convert type="ConditionalShowHide" />
      100. </widget>
      101. <widget source="session.CurrentService" render="FixedLabel" text="I" font="Regular; 14" position="510,696" size="25,20" halign="center" foregroundColor="Text1" backgroundColor="background" zPosition="2" transparent="1" noWrap="1">
      102. <convert type="ExtremeInfo">IrdEcm</convert>
      103. <convert type="ConditionalShowHide" />
      104. </widget>
      105. <widget source="session.CurrentService" render="FixedLabel" text="S" font="Regular; 14" position="435,696" size="25,20" halign="center" foregroundColor="Text2" backgroundColor="background" zPosition="1" transparent="1" noWrap="1">
      106. <convert type="ExtremeInfo">SecaCrypt</convert>
      107. <convert type="ConditionalShowHide" />
      108. </widget>
      109. <widget source="session.CurrentService" render="FixedLabel" text="S" font="Regular; 14" position="435,696" size="25,20" halign="center" foregroundColor="Text1" backgroundColor="background" zPosition="2" transparent="1" noWrap="1">
      110. <convert type="ExtremeInfo">SecaEcm</convert>
      111. <convert type="ConditionalShowHide" />
      112. </widget>
      113. <widget source="session.CurrentService" render="FixedLabel" text="V" font="Regular; 14" position="485,696" size="25,20" halign="center" foregroundColor="Text2" backgroundColor="background" zPosition="1" transparent="1" noWrap="1">
      114. <convert type="ExtremeInfo">ViaCrypt</convert>
      115. <convert type="ConditionalShowHide" />
      116. </widget>
      117. <widget source="session.CurrentService" render="FixedLabel" text="V" font="Regular; 14" position="485,696" size="25,20" halign="center" foregroundColor="Text1" backgroundColor="background" zPosition="2" transparent="1" noWrap="1">
      118. <convert type="ExtremeInfo">ViaEcm</convert>
      119. <convert type="ConditionalShowHide" />
      120. </widget>
      121. <widget source="session.CurrentService" render="FixedLabel" text="CW" font="Regular; 14" position="535,696" size="25,20" halign="center" foregroundColor="Text2" backgroundColor="background" zPosition="1" transparent="1" noWrap="1">
      122. <convert type="ExtremeInfo">CrwCrypt</convert>
      123. <convert type="ConditionalShowHide" />
      124. </widget>
      125. <widget source="session.CurrentService" render="FixedLabel" text="CW" font="Regular; 14" position="535,696" size="25,20" halign="center" foregroundColor="Text1" backgroundColor="background" zPosition="2" transparent="1" noWrap="1">
      126. <convert type="ExtremeInfo">CrwEcm</convert>
      127. <convert type="ConditionalShowHide" />
      128. </widget>
      129. <widget source="session.CurrentService" render="FixedLabel" text="CO" font="Regular; 14" position="460,696" size="25,20" halign="center" foregroundColor="Text2" backgroundColor="background" zPosition="1" transparent="1" noWrap="1">
      130. <convert type="ExtremeInfo">ConaxCrypt</convert>
      131. <convert type="ConditionalShowHide" />
      132. </widget>
      133. <widget source="session.CurrentService" render="FixedLabel" text="CO" font="Regular; 14" position="460,696" size="25,20" halign="center" foregroundColor="Text1" backgroundColor="background" zPosition="2" transparent="1" noWrap="1">
      134. <convert type="ExtremeInfo">ConaxEcm</convert>
      135. <convert type="ConditionalShowHide" />
      136. </widget>
      137. <!-- Crypt symbol end -->
      138. <!-- /* Icon Bar -->
      139. <widget source="session.CurrentService" render="Pixmap" pixmap="SkalliHD/icons/ico_update_info.png" position="608,581" size="24,24" zPosition="5" transparent="1" alphatest="blend">
      140. <convert type="ConfigEntryTest">config.usage.update_available,True,CheckSourceBoolean</convert>
      141. <convert type="ConditionalShowHide" />
      142. </widget>
      143. <widget alphatest="blend" pixmap="SkalliHD/icons/ico_crypt_on.png" position="738,580" render="Pixmap" size="35,25" source="session.CurrentService" zPosition="2">
      144. <convert type="ServiceInfo">IsCrypted</convert>
      145. <convert type="ConditionalShowHide" />
      146. </widget>
      147. <widget alphatest="blend" pixmap="SkalliHD/icons/ico_hd_on.png" position="975,580" render="Pixmap" size="35,25" source="session.CurrentService" zPosition="2">
      148. <convert type="ServiceInfo">VideoWidth</convert>
      149. <convert type="ValueRange">721,1980</convert>
      150. <convert type="ConditionalShowHide" />
      151. </widget>
      152. <ePixmap alphatest="blend" pixmap="SkalliHD/icons/ico_hd_off.png" position="975,580" size="35,25" zPosition="1" />
      153. <widget alphatest="blend" pixmap="SkalliHD/icons/ico_audio_on.png" position="867,580" render="Pixmap" size="35,25" source="session.CurrentService" zPosition="2">
      154. <convert type="VServiceInfo">AudioTracksAvailable</convert>
      155. <convert type="ConditionalShowHide" />
      156. </widget>
      157. <ePixmap alphatest="blend" pixmap="SkalliHD/icons/ico_audio_off.png" position="867,580" size="35,25" zPosition="1" />
      158. <widget alphatest="blend" pixmap="SkalliHD/icons/ico_subtitel_on.png" position="824,580" render="Pixmap" size="35,25" source="session.CurrentService" zPosition="2">
      159. <convert type="VServiceInfo">SubtitlesAvailable</convert>
      160. <convert type="ConditionalShowHide" />
      161. </widget>
      162. <ePixmap alphatest="blend" pixmap="SkalliHD/icons/ico_subtitel_off.png" position="824,580" size="35,25" zPosition="1" />
      163. <widget source="session.CurrentService" render="Pixmap" pixmap="SkalliHD/icons/ico_sub_on.png" position="685,580" size="40,25" zPosition="2" alphatest="blend">
      164. <convert type="ServiceInfo">SubservicesAvailable</convert>
      165. <convert type="ConditionalShowHide" />
      166. </widget>
      167. <!-- <ePixmap alphatest="blend" pixmap="SkalliHD/icons/unbekannt.png" position="862,585" size="56,25" zPosition="1" /> -->
      168. <widget source="session.CurrentService" render="AudioIcon" path="icons" position="910,580" zPosition="3" size="56,25" alphatest="blend">
      169. <convert type="VAudioInfo">AudioIcon</convert>
      170. </widget>
      171. <ePixmap alphatest="blend" pixmap="SkalliHD/icons/ico_txt_off.png" position="781,580" size="35,25" zPosition="1" />
      172. <widget alphatest="blend" pixmap="SkalliHD/icons/ico_txt_on.png" position="781,580" render="Pixmap" size="35,25" source="session.CurrentService" zPosition="5">
      173. <convert type="ServiceInfo">HasTelext</convert>
      174. <convert type="ConditionalShowHide" />
      175. </widget>
      176. <ePixmap alphatest="blend" pixmap="SkalliHD/icons/ico_hbbtv_off.png" position="1018,580" size="56,25" zPosition="1" />
      177. <widget alphatest="blend" pixmap="SkalliHD/icons/ico_hbbtv_on.png" position="1018,580" render="Pixmap" size="56,25" source="HbbtvApplication" zPosition="5">
      178. <convert type="ConditionalShowHide" />
      179. </widget>
      180. <ePixmap alphatest="blend" pixmap="SkalliHD/icons/ico_rec_off.png" position="643,580" size="40,25" zPosition="2" />
      181. <widget alphatest="blend" pixmap="SkalliHD/icons/ico_rec_on.png" position="643,580" render="Pixmap" size="40,25" source="session.RecordState" zPosition="5">
      182. <convert type="ConditionalShowHide">Blink</convert>
      183. </widget>
      184. <!-- Icon Bar */ -->
      185. <!-- /* TunerInfo -->
      186. <!-- /*<ePixmap alphatest="blend" pixmap="SkalliHD/icons/ico_blank.png" position="364,585" size="35,25" zPosition="1" /> -->
      187. <widget backgroundColor="background" font="Regular; 20" halign="center" position="570,581" render="FixedLabel" text="A" size="20,30" source="session.FrontendInfo" transparent="1" valign="top" zPosition="3" foregroundColor="Text2">
      188. <convert type="FrontendInfo">NUMBER</convert>
      189. <convert type="ValueRange">0,0</convert>
      190. <convert type="ConditionalShowHide" />
      191. </widget>
      192. <widget backgroundColor="background" font="Regular; 20" halign="center" position="570,581" render="FixedLabel" text="B" size="20,30" source="session.FrontendInfo" transparent="1" valign="top" zPosition="3" foregroundColor="Text2">
      193. <convert type="FrontendInfo">NUMBER</convert>
      194. <convert type="ValueRange">1,1</convert>
      195. <convert type="ConditionalShowHide" />
      196. </widget>
      197. <widget backgroundColor="background" font="Regular; 20" halign="center" position="570,581" render="FixedLabel" text="C" size="20,30" source="session.FrontendInfo" transparent="1" valign="top" zPosition="3" foregroundColor="Text2">
      198. <convert type="FrontendInfo">NUMBER</convert>
      199. <convert type="ValueRange">2,2</convert>
      200. <convert type="ConditionalShowHide" />
      201. </widget>
      202. <widget backgroundColor="background" font="Regular; 20" halign="center" position="570,581" render="FixedLabel" text="D" size="20,30" source="session.FrontendInfo" transparent="1" valign="top" zPosition="3" foregroundColor="Text2">
      203. <convert type="FrontendInfo">NUMBER</convert>
      204. <convert type="ValueRange">3,3</convert>
      205. <convert type="ConditionalShowHide" />
      206. </widget>
      207. <!-- TunerInfo */-->
      208. <!-- /* SNR AGC-Info -->
      209. <eLabel backgroundColor="background" font="Regular; 16" foregroundColor="Text1" halign="center" position="1100,690" size="40,25" text="SNR" transparent="1" />
      210. <widget backgroundColor="background" font="Regular; 16" foregroundColor="Text1" halign="center" position="1140,690" render="Label" size="40,25" source="session.FrontendStatus" transparent="1">
      211. <convert type="FrontendInfo">SNR</convert>
      212. </widget>
      213. <eLabel backgroundColor="background" font="Regular; 16" foregroundColor="Text1" halign="center" position="1180,690" size="40,25" text="AGC" transparent="1" />
      214. <widget backgroundColor="background" font="Regular; 16" foregroundColor="Text1" halign="center" position="1220,690" render="Label" size="40,25" source="session.FrontendStatus" transparent="1">
      215. <convert type="FrontendInfo">AGC</convert>
      216. </widget>
      217. <!-- SNR AGC-Info */ -->
      218. </screen>
      Alles anzeigen


      Edit: Hier gehts zur aktuellen Version.
      Dateien
      • skin_InfoBar.zip

        (2,35 kB, 13 mal heruntergeladen, zuletzt: )
      Kein Support via PN oder auf der Pinnwand - Fragen gehören ins Forum!


      Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von deso1208 ()

    • /edit Infobar nicht mehr aktuell, wird nicht mehr weiterentwickelt
      Dateien
      • Bauhaus.zip

        (25,92 kB, 18 mal heruntergeladen, zuletzt: )

      Dieser Beitrag wurde bereits 7 mal editiert, zuletzt von rodriquez ()

    • Die Schriftart ist in der aktuellen Version nicht mehr drin, war nur zu Testzwecken.
      Post471
      wenn du sie vorher händisch in den Skin eingetragen hast, musst du sie auch eigenhändig wieder rauslöschen

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von rodriquez ()