Dear visitor, welcome to Dreamboard.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
I have problem with Components.ScrollLabel - I have used this code in my plugin:
Source code
1
2
3
4
5
6
7
8
…
<widget name="testlabel" position="320,271" size="770,218" font="Regular;22" />
….
self["testlabel"] = ScrollLabel("")
self["testlabel"].setText("")
….
self["testlabel"].setText(teststring)
# in teststring I have text>8kb. Text is in utf-8 .
During viewing after 16 pages (Page Down) text is missing in scrollbox, PageDown is working and scrollbar as well but without text till the end.I have tried to use self["testlabel"].getText() and text is OK - full. It looks that problem is in that component. Very interesting is that I have tried to decrease window for scrolllabel ie. from 218 to 60 points in widget
to able run OnlineUpdates in future you can modify and use my Python_patcher.sh
http://www.dream-multimedia-tv.de/board/index.php?page=Thread&threadID=12560
Ich habe das gleiche Problem. Vielleicht könnte jemand von dream den Fix mal einpflegen, sollte eigentlich kein großes Problem sein. Alle Scrollboxen auf der Box mit abgeschnittenen Text muss nicht sein.
blah blah man kann ja auch schonmal was übersehen oder? immerhin wäre der normale weg gewesen, es an die <enigma2-devel@lists.elitedvb.net> mailing list zu übermitteln.