Enigma 2
Betrifft die Dreambox-Modelle DM500 HD / DM7025 / DM7025+ / DM800 / DM800se / DM7020 HD / DM8000 HD PVR
-
Enigma 2 - Fragen zur Benutzung
Probleme bei der Benutzung von Enigma 2? Frag hier!- Threads
- 1.1k
- Posts
- 8.4k
-
- Threads
- 1k
- Posts
- 14k
-
Enigma 2 - Feature Requests
Neue Funktionen gewünscht?- Threads
- 941
- Posts
- 9.6k
-
Enigma 2 - Bugreports
Möglichst nur echte Bugs melden, wenn andere Fehlerquellen vorher ausgeschlossen wurden.- Threads
- 1.7k
- Posts
- 14k
-
Enigma 2 - Skins
Skins für Enigma2- Threads
- 400
- Posts
- 3.6k
Recent Activities
-
Sven H
Replied to the thread Issue in ServiceList.py.PostCalculate 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.PostMaybe this was my mistake, as I tested these changes on an image that already had some differences from the original image.
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.PostHave you tested your changes to "00:00 - 00:00" ?
I think not
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.PostThank 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.PostI 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.
…