aboutsummaryrefslogtreecommitdiff
path: root/data/tutorialwizard.xml
blob: 53046a2023b2b21c1bb2b2188eb447cb8e5ea8ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<wizard>
		<step number="1">
			<text value="By pressing the OK Button on your remote control, the info bar is being displayed." />
			<code>
from Screens.InfoBar import InfoBar
self.infobardialog = self.session.instantiateDialog(InfoBar)
self.infobardialog.hideTimer.stop()
self.infobardialog.instance.show()
			</code>
		</step>
		<step number="2">
			<text value="By pressing the OK Button on your remote control, the info bar is being displayed." />
			<code>
from Screens.InfoBar import InfoBar
self.infobardialog = self.session.instantiateDialog(InfoBar)
self.infobardialog.hideTimer.stop()
self.infobardialog.instance.show()
			</code>
		</step>
</wizard>