quickfix for usals-settings (don't want to break configSequence right now :)
[enigma2.git] / 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                         <code>
5 self["arrowdown"].moveTo(557, 232, 1)
6 self["arrowdown"].startMoving()
7 self["arrowup"].moveTo(800, 232, 1)
8 self["arrowup"].startMoving()
9 self["rc"].moveTo(500, 50, 1)
10 self["rc"].startMoving()
11                         </code>
12                 </step>
13                 <step number="2">
14                         <text value="Use the up/down keys on your remote control to select an option. After that, press OK." />
15                         <list>
16                                 <listentry caption="Use wizard to set up basic features" step="next" />
17                                 <listentry caption="Exit wizard" step="end" />
18                         </list>
19                         <code>
20 self["arrowdown"].moveTo(557, 200, 1)
21 self["arrowup"].moveTo(557, 355, 1)
22 self["arrowdown"].startMoving()
23 self["arrowup"].startMoving()
24 self["rc"].moveTo(500, 50, 1)
25 self["rc"].startMoving()
26                         </code>
27                 </step>
28                 <step number="3">
29                         <text value="Use the left and right buttons to change an option.\n\nPlease set up tuner A" />
30                         <config screen="NimSetup" module="Satconfig" args="0" type="ConfigList" />
31                         <code>
32 self["rc"].moveTo(500, 50, 1)
33 self["rc"].startMoving()
34 self["arrowup"].moveTo(525, 320, 1)
35 self["arrowup"].startMoving()
36 self["arrowup2"].moveTo(590, 320, 1)
37 self["arrowup2"].startMoving()
38 self["arrowdown"].moveTo(740, 355, 1)
39 self["arrowdown"].startMoving()
40
41                         </code>
42                 </step>
43                 <step number="4">
44                         <text value="Please set up tuner B" />
45                         <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
46                         <code>
47 self["rc"].moveTo(800, 50, 1)
48 self["rc"].startMoving()
49 self["arrowup"].moveTo(800, 310, 1)
50 self["arrowup"].startMoving()
51 self["arrowup2"].moveTo(800, 310, 1)
52 self["arrowup2"].startMoving()
53                         </code>
54                 </step>
55                 <step number="5">
56                         <text value="Do you want to do a service scan?" />
57                         <list>
58                                 <listentry caption="Yes, scan now" step="next" />
59                                 <listentry caption="No, scan later manually" step="7" />
60                         </list>
61                 </step>
62                 <step number="6">
63                         <text value="What do you want to scan?" />
64                         <config screen="ScanSimple" module="ScanSetup" type="ConfigList" />
65                 </step>
66                 <step number="7">
67                         <text value="Thanx for using the wizard. Your box is now ready to use." />
68                 </step> 
69 </wizard>