Dreambox DM500HD / DM800 / DM800se / DM7025 / DM7025+

    1. OE 1.6 Images 39

      • Ghost
    2. Replies
      39
      Views
      37k
      39
    3. swissSolaris

    1. PROBLEM GELÖST: kein Ton über optischen Ausgang bei Pioneer und anderen Receivern.. 20

      • Bluebrain
    2. Replies
      20
      Views
      43k
      20
    3. dolphs

    1. Mini-Howto - OLED-Upgrade-Kit 25

      • Pepe
      • Pepe
    2. Replies
      25
      Views
      37k
      25
    3. Olove

    1. Release Notes zum Release Image 2.3 vom 27.09.2007

      • Sat_Man
    2. Replies
      0
      Views
      11k
    1. Image vom 27.09.2007 (Rel2.3)

      • BoxMan
    2. Replies
      0
      Views
      13k
    1. Neues Update-Skript für Dreamville-Pakete 175

      • TheDOC
    2. Replies
      175
      Views
      178k
      175
    3. Reichi

    1. Flash Probleme 12

      • zodiak67
    2. Replies
      12
      Views
      5.4k
      12
    3. dre

    1. DM 800 HD PVR (kein Clone) möchte gerne neues Image 1

      • Blackhenry
    2. Replies
      1
      Views
      1.9k
      1
    3. Ghost

    1. Dreambox 800 HD PVR neu aufsetzen 5

      • hatschi16051979
    2. Replies
      5
      Views
      4.9k
      5
    3. Swiss-MAD

    1. DM800HDse DVB-C kein Senderempfang 7

      • xtc_01
    2. Replies
      7
      Views
      3.2k
      7
    3. dre

    1. dm800pvr-s 1

      • kuka_v
    2. Replies
      1
      Views
      2.1k
      1
    3. Lost in Space

    1. 7025 steht, im Display steht DHCP *gelöst* neues Anliegen 55

      • reactive
    2. Replies
      55
      Views
      17k
      55
    3. murray

    1. DM800 SE einige Tv Sender fehlen mal und mal sind sie da 7

      • Digger4life
    2. Replies
      7
      Views
      4.4k
      7
    3. Digger4life

    1. DM500HDv2 NAS aufnahme ruckelt 47

      • Mooky
    2. Replies
      47
      Views
      18k
      47
    3. Mooky

    1. dm500hd standbey led not working 3

      • ycf83
    2. Replies
      3
      Views
      2.4k
      3
    3. hmich

    1. Probleme mit der „neuen“ Fernbedienung RC10 2

      • GreatDaneBO
    2. Replies
      2
      Views
      2.7k
      2
    3. Dreamer-FLT

    1. Dccamd löschen oder permanent ausschalten 11

      • mimisiku
      • mimisiku
    2. Replies
      11
      Views
      6.5k
      11
    3. Renard

    1. DM500 HD Inaccessible after update 12

      • ssh
      • ssh
    2. Replies
      12
      Views
      5.2k
      12
    3. dhwz

    1. Can't flash DM800 6

      • joaquimjssoares
    2. Replies
      6
      Views
      4.5k
      6
    3. mimisiku

    1. Woher bekomme ich eine Originale Fernbedienung für DM 800 HD PVR? 5

      • Boardwish
    2. Replies
      5
      Views
      3.7k
      5
    3. Boardwish

Label

Display Options

Recent Activities

  • Sven H

    Replied to the thread Issue in ServiceList.py.
    Post
    Calculate with fix width like 180 is not a good idea, because this value is not equal in all skin resolutions and fonts.

    So the developer has use the "00:00 - 00:000" as a solution and it is not an issue.
    You don't have to frantically look for another…
  • Andro1

    Replied to the thread Issue in ServiceList.py.
    Post
    Maybe this was my mistake, as I tested these changes on an image that already had some differences from the original image. :winking_face:

    However, I found a solution for the original Images that maintains the correct "HH:MM - HH:MM" format while ensuring the text is…
  • Sven H

    Replied to the thread Issue in ServiceList.py.
    Post
    Have you tested your changes to "00:00 - 00:00" ?
    I think not :winking_face:

    If i change the textTpl to "00:00 - 00:00" the width for the time-text is to small.
    (screenshots from Default-FHD skin)
  • Andro1

    Replied to the thread Issue in ServiceList.py.
    Post
    Thank you for your comment! I agree with you that the purpose of textTpl is to calculate the required width for the addtimedisplay text correctly, and the idea of using a string to determine the maximum width makes sense.
    However, I think "00:00 - 00:000"…
  • Sven H

    Replied to the thread Issue in ServiceList.py.
    Post
    I think it is not an issue.
    The textTpl is used to calculate the needed addtimedisplayWidth to show the addtimedisplay-Text.
    With "00:00 - 00:000" you can set the max. of width for all values (begin - end time) to get the best calculated needed width.