13799a2c6b0962bd380780fc657639f7bfe746b8
[vuplus_dvbapp] / data / startwizard.xml
1 <wizard>
2                 <step number="1">
3                         <text value="Hello User.\n\nThis start-wizard will guide you through the basic setup of your Dreambox.\n\nPress the OK button on your remote control to move to the next step." />
4                 </step>
5                 <step number="2">
6                         <text value="Bla" />
7                         <list>
8                                 <listentry caption="Use wizard to set up basic features" />
9                                 <listentry caption="Exit wizard" />
10                         </list>
11                         <code>
12 self["arrowdown"].moveTo(557, 200, 10)
13 self["arrowup"].moveTo(557, 355, 10)
14 self["arrowdown"].startMoving()
15 self["arrowup"].startMoving()
16                         </code>
17                 </step>
18                 <step number="3">
19                         <text value="Bla" />
20                         <config screen="ScanSimple" module="ScanSetup" />
21                         <code>
22 self["arrowup"].moveTo(740, 355, 10)
23 self["arrowup"].startMoving()
24 self["arrowdown"].clearPath(True)
25 self["arrowdown"].addMovePoint(510, 300, 10)
26 self["arrowdown"].addMovePoint(610, 300, 10)
27 self["arrowdown"].startMoving()
28 self["config"].l.setList(self.scanSetupDialog["config"].list)
29                         </code>
30                 </step>
31                 <step number="4">
32                         <text value="Bla" />
33                         <code>
34 self["arrowdown"].moveTo(740, 200, 10)
35 self["arrowup"].moveTo(740, 355, 10)
36 self["arrowdown"].startMoving()
37 self["arrowup"].startMoving()
38 self["rc"].moveTo(500, 600, 5)
39 self["rc"].startMoving()
40                         </code>
41                 </step> 
42 </wizard>