Springen naar inhoud


Mouneer

Lid geworden: 20 mei 2016
Offline Laatste activiteit: 22 jun 2016 21:22
-----

Onderwerpen die ik ben begonnen

Creating moving/running label

18 juni 2016 - 10:22

Hi All,

 

I need to make a text displayed by Label class to be moving like that:

 

file-lLbKQGjUxx.gif

Currently, I have a working label fixed with the following headlines:

self["myLabel"] = Label("My fixed text")
<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>
How can this be accomplished? 

Detect current working channel on the system

11 juni 2016 - 22:48

Hi All,

 

I wonder if it is applicable to get information about the current working channel on the system. Also, can I add an event handler when channel is changed?