I have been searching the web for 3 days looking for something similar but couldn't found something related. Your help is always appreciated.
- Forums
- → Viewing Profile: Posts: Mouneer
ATTENTION !!!
Due to a database corruption issue, we were forced to restore last-nights backup. This means all posts of Saterday Febuary 17th have been lost.Community Stats
- Group Member
- Active Posts 13 ( per day)
- Profile Views 2,377
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Contact Information
User Tools
Friends
Mouneer hasn't added any friends yet.
Latest Visitors
No latest visitors to show
Posts I've Made
In Topic: Creating moving/running label
19 June 2016 - 10:33
In Topic: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes)
17 June 2016 - 14:36
Hi All,
I have successfully installed this beautiful package. I just want to know how should I use it.
I have a text shown by my plugin:
self["myLabel"] = Label("My fixed text")which is rendered through the following:
<screen position="0,0" size="300,300" zPosition="10" backgroundColor="#ff000000" title="My text" flags="wfNoBorder"> <widget name="myLabel" position="10,10" size="300,30" font="Regular;26" valign="center" halign="center" backgroundColor="#ff000000" transparent="1"/> </screen>I want this text to be moving so I tried
<screen position="0,0" size="300,300" zPosition="10" backgroundColor="#ff000000" title="My text" flags="wfNoBorder"> <widget render = "RunningText" options = "movetype = swimming, direction = top, steptime = 90, repeat = 2, startDelay = 600, wrap " name="myLabel" position="10,10" size="300,30" font="Regular;26" valign="center" halign="center" backgroundColor="#ff000000" transparent="1"/> </screen>But it didn't work. The text still shown fixed without moving. Any tip?
I get that log message
[Skin] Attribute not implemented: render value: RunningText
In Topic: 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes)
17 June 2016 - 14:03
Hi All,
I have successfully installed this beautiful package. I just want to know how should I use it.
I have a text shown by my plugin:
self["myLabel"] = Label("My fixed text")
which is rendered through the following:
<screen position="0,0" size="300,300" zPosition="10" backgroundColor="#ff000000" title="My text" flags="wfNoBorder"> <widget name="myLabel" position="10,10" size="300,30" font="Regular;26" valign="center" halign="center" backgroundColor="#ff000000" transparent="1"/> </screen>
I want this text to be moving so I tried
<screen position="0,0" size="300,300" zPosition="10" backgroundColor="#ff000000" title="My text" flags="wfNoBorder"> <widget render = "RunningText" options = "movetype = swimming, direction = top, steptime = 90, repeat = 2, startDelay = 600, wrap " name="myLabel" position="10,10" size="300,30" font="Regular;26" valign="center" halign="center" backgroundColor="#ff000000" transparent="1"/> </screen>
In Topic: Detect current working channel on the system
14 June 2016 - 22:04
great tip bro. I will try it. Thank you
In Topic: Detect current working channel on the system
14 June 2016 - 02:03
Any tips/hints guys?
- Forums
- → Viewing Profile: Posts: Mouneer