finish language-menu - the RT_VALIGN_CENTER doesn't work in eListboxPythonMultiConten...
[vuplus_dvbapp] / data / startwizard.xml
1 <wizard>
2                 <step number="1">
3                         <config screen="LanguageSelection" module="LanguageSelection" type="standalone" />
4                 </step>
5                 <step number="2">
6                         <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." />
7                         <code>
8 self["arrowdown"].moveTo(557, 232, 10)
9 self["rc"].moveTo(500, 50, 10)          
10 self["arrowdown"].startMoving()
11 self["rc"].startMoving()
12                         </code>
13                 </step>
14                 <step number="3">
15                         <text value="Use the up/down keys on your remote control to select an option. After that, press OK." />
16                         <list>
17                                 <listentry caption="Use wizard to set up basic features" step="next" />
18                                 <listentry caption="Exit wizard" step="end" />
19                         </list>
20                         <code>
21 self["arrowdown"].moveTo(557, 200, 10)
22 self["arrowup"].moveTo(557, 355, 10)
23 self["arrowdown"].startMoving()
24 self["arrowup"].startMoving()
25                         </code>
26                 </step>
27                 <step number="4">
28                         <text value="Please set up tuner A" />
29                         <config screen="NimSetup" module="Satconfig" args="0" type="ConfigList" />
30                         <code>
31 self["arrowup"].moveTo(740, 355, 10)
32 self["arrowup"].startMoving()
33 self["arrowdown"].clearPath(True)
34 self["arrowdown"].addMovePoint(510, 300, 10)
35 self["arrowdown"].addMovePoint(610, 300, 10)
36 self["arrowdown"].startMoving()
37                         </code>
38                 </step>
39                 <step number="5">
40                         <text value="Please set up tuner B" />
41                         <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
42                         <code>
43 self["arrowup"].moveTo(740, 355, 10)
44 self["arrowup"].startMoving()
45 self["arrowdown"].clearPath(True)
46 self["arrowdown"].addMovePoint(510, 300, 10)
47 self["arrowdown"].addMovePoint(610, 300, 10)
48 self["arrowdown"].startMoving()
49                         </code>
50                 </step>
51                 <step number="6">
52                         <text value="Do you want to do a service scan?" />
53                         <list>
54                                 <listentry caption="Yes, scan now" step="next" />
55                                 <listentry caption="No, scan later manually" step="8" />
56                         </list>
57                 </step>
58                 <step number="7">
59                         <text value="What do you want to scan?" />
60                         <config screen="ScanSimple" module="ScanSetup" type="ConfigList" />
61                         <code>
62 self["arrowup"].moveTo(740, 355, 10)
63 self["arrowup"].startMoving()
64 self["arrowdown"].clearPath(True)
65 self["arrowdown"].addMovePoint(510, 300, 10)
66 self["arrowdown"].addMovePoint(610, 300, 10)
67 self["arrowdown"].startMoving()
68                         </code>
69                 </step>
70                 <step number="8">
71                         <text value="Thanx for using the wizard. Your box is now ready to use." />
72                         <code>
73 self["arrowdown"].moveTo(740, 200, 10)
74 self["arrowup"].moveTo(740, 355, 10)
75 self["arrowdown"].startMoving()
76 self["arrowup"].startMoving()
77 self["rc"].moveTo(500, 600, 5)
78 self["rc"].startMoving()
79                         </code>
80                 </step> 
81 </wizard>