tutorial manager proof-of-concept
[vuplus_dvbapp] / data / tutorialwizard.xml
1 <wizard>
2                 <step number="1">
3                         <text value="By pressing the OK Button on your remote control, the info bar is being displayed." />
4                         <code>
5 from Screens.InfoBar import InfoBar
6 self.infobardialog = self.session.instantiateDialog(InfoBar)
7 self.infobardialog.hideTimer.stop()
8 self.infobardialog.instance.show()
9                         </code>
10                 </step>
11                 <step number="2">
12                         <text value="By pressing the OK Button on your remote control, the info bar is being displayed." />
13                         <code>
14 from Screens.InfoBar import InfoBar
15 self.infobardialog = self.session.instantiateDialog(InfoBar)
16 self.infobardialog.hideTimer.stop()
17 self.infobardialog.instance.show()
18                         </code>
19                 </step>
20 </wizard>