Making skin (mods :) )

    • Making skin (mods :) )

      Hi.
      I want make some changes in a skin, in screen named "newnigma2 services"
      Is possible to delete this line or change position, size etc ?

      And where I can change fonts and sizes from this screen?

      Thanks
      Bilder
      • newnigma2services.jpg

        33,72 kB, 720×405, 1.457 mal angesehen
    • RE: Making skin (mods :) )

      Make a screen called "NewnigmaMainMenu" in your skin.xml.
      This is the original Screen, modifiy it by your needs.

      PHP-Quellcode

      1. <screen position="center,center" size="602,520">
      2. <ePixmap position="61,5" size="480,66" pixmap="~/icons/newnigma2.png" alphatest="blend" />
      3. <eLabel position="1,1" size="600,2" backgroundColor="#000000" zPosition="5"/>
      4. <widget source="config" render="Listbox" position="10,70" size="580, 395" scrollbarMode="showOnDemand" enableWrapAround="1" >
      5. <convert type="TemplatedMultiContent">
      6. {"template": [
      7. MultiContentEntryText(pos = (67, 2), size = (500, 28), font=0, flags = RT_HALIGN_LEFT, text = 0),
      8. MultiContentEntryText(pos = (67, 32), size = (500, 22), font=1, flags = RT_HALIGN_LEFT, text = 5),
      9. MultiContentEntryPixmapAlphaTest(pos = (5, 4), size = (48, 48), png = 4),
      10. MultiContentEntryPixmapAlphaTest(pos = (5, 54), size = (570, 2), png = 6),
      11. ],
      12. "fonts": [gFont("Regular", 24),gFont("Regular", 18)],
      13. "itemHeight": 56
      14. }
      15. </convert>
      16. </widget>
      17. <eLabel position="30,490" size="240,22" text="http://newnigma2.to" font="Regular;18" halign="left" transparent="1" />
      18. </screen>"""
      Alles anzeigen
    • Nice, works.
      Thanks

      I have another question (s):

      How I can set fonts in screens where is only this line:

      <widget name="list" position="14,50" size="722,480" itemHeight="40" backgroundColor="background" scrollbarMode="showOnDemand" />

      for example: "EPGSelection"
      and from screenshot named "newnigma2 softwaremanager"

      Which default skin has defined all possible screens?
      Bilder
      • epgselection.jpg

        66,15 kB, 720×405, 1.160 mal angesehen
      • newnigmasoftware.jpg

        25,59 kB, 720×405, 1.175 mal angesehen
    • we dont have a skin which has all screens. i/we decided to put the screens into the plugins. thats better for users which are using a skin that is not on our feed.

      we have still some renders that u can use.

      infobar
      - sateliteposition as text
      - cryptinfo
      - emu-display
      - chanelnumber
      - next event (one or two lines)

      channelselection
      - enable picons in that screen

      if u need some more information ask. i ll send u this via pm :)
    • RE: Making skin (mods :) )

      I want change only fonts, sizes in some screens.
      In many screens which I want change I see this line:
      <widget name="list" position="14,50" size="722,480" itemHeight="40" backgroundColor="background" scrollbarMode="showOnDemand" />

      Is possible to change font for screen in skin.xml (for examle with ItemFont , ServiceItemFont etc) or I need modify some .py in components (like epglist.py for screen epg selection)?

      Some screens is possible to modify in screens
      Originally posted by nightmann
      Make a screen called "NewnigmaMainMenu" in your skin.xml.
      This is the original Screen, modifiy it by your needs...



      but I can`t find nowhere how named this screens - like in screenshot "Newnigma2 Softwaremanager"