<widget source="CurrentService" render="Label" position="0,0" size="390,26" font="Regular;22" backgroundColor="dark" >
<convert type="ServiceName">Name</convert>
</widget>
+ <widget name="BlinkingPoint" pixmap="record.png" position="400,0" zPosition="2" size="58,25" />
<widget source="CurrentTime" render="Label" position="465,0" size="95,28" font="Regular;22" backgroundColor="dark" >
<convert type="ClockToText">WithSeconds</convert>
</widget>
from Components.Sources.RdsDecoder import RdsDecoder
from Components.Input import Input
from Components.ParentalControl import parentalControl
+from Components.Pixmap import BlinkingPixmapConditional
from Screens.InputBox import InputBox, PinInput
from Screens.MessageBox import MessageBox
from Screens.ServiceInfo import ServiceInfo
InfoBarServiceName.__init__(self)
self["CurrentTime"] = Clock()
self["RdsDecoder"] = RdsDecoder(self.session.nav)
+ self["BlinkingPoint"] = BlinkingPixmapConditional()
+ self["BlinkingPoint"].hide()
class ChannelSelectionRadio(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelectionEPG):
ALLOW_SUSPEND = True