3 <text value="Do you want to view a tutorial?" />
5 <listentry caption="Yes, view the tutorial" step="next" />
6 <listentry caption="No, just start my dreambox" step="end" />
11 <text value="By pressing the OK Button on your remote control, the info bar is being displayed." />
13 from Screens.InfoBar import InfoBar
14 self.infobardialog = self.session.instantiateDialog(InfoBar)
15 self.infobardialog.hideTimer.stop()
16 self.infobardialog.show()
19 self.infobardialog.hide()
20 del self.infobardialog
26 <text value="This is step number 2." />