fix size of inputbox
[enigma2.git] / data / startwizard.xml
1 <wizard>
2                 <step id="welcome" nextstep="introduction">
3                         <text value="Welcome.\n\nThis start wizard will guide you through the basic setup of your Dreambox.\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 id="introduction" >
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="nima" />
17                                 <listentry caption="Exit wizard" step="end" />
18                         </list>
19                         <code>
20 self["arrowup2"].moveTo(800, 320, 1)
21 self["arrowup2"].startMoving()
22 self["arrowdown"].moveTo(557, 200, 1)
23 self["arrowup"].moveTo(557, 355, 1)
24 self["arrowdown"].startMoving()
25 self["arrowup"].startMoving()
26 self["rc"].moveTo(500, 50, 1)
27 self["rc"].startMoving()
28                         </code>
29                 </step>
30                 <step id="nima">
31                         <condition>
32 from Components.NimManager import nimmanager
33 self.condition = len(nimmanager.nim_slots) > 0 and not nimmanager.nim_slots[0].empty and config.misc.startwizard.shownimconfig.value
34                         </condition>
35                         <text value="Use the left and right buttons to change an option.\n\nPlease set up tuner A" />
36                         <config screen="NimSetup" module="Satconfig" args="0" type="ConfigList" />
37                         <code>
38 self["rc"].moveTo(500, 50, 1)
39 self["rc"].startMoving()
40 self["arrowup"].moveTo(525, 320, 1)
41 self["arrowup"].startMoving()
42 self["arrowup2"].moveTo(590, 320, 1)
43 self["arrowup2"].startMoving()
44 self["arrowdown"].moveTo(740, 355, 1)
45 self["arrowdown"].startMoving()
46                         </code>
47                 </step>
48                 <step id="nimb">
49                         <condition>
50 from Components.NimManager import nimmanager
51 self.condition = len(nimmanager.nim_slots) > 1 and not nimmanager.nim_slots[1].empty and config.misc.startwizard.shownimconfig.value
52                         </condition>
53                         <text value="Please set up tuner B" />
54                         <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
55                         <code>
56 self["rc"].moveTo(500, 50, 1)
57 self["rc"].startMoving()
58 self["arrowup"].moveTo(525, 320, 1)
59 self["arrowup"].startMoving()
60 self["arrowup2"].moveTo(590, 320, 1)
61 self["arrowup2"].startMoving()
62 self["arrowdown"].moveTo(740, 355, 1)
63 self["arrowdown"].startMoving()
64                         </code>
65                 </step>
66                 <step id="nimc">
67                         <condition>
68 from Components.NimManager import nimmanager
69 self.condition = len(nimmanager.nim_slots) > 2 and not nimmanager.nim_slots[2].empty and config.misc.startwizard.shownimconfig.value
70                         </condition>
71                         <text value="Please set up tuner C" />
72                         <config screen="NimSetup" module="Satconfig" args="2" type="ConfigList" />
73                         <code>
74 self["rc"].moveTo(500, 50, 1)
75 self["rc"].startMoving()
76 self["arrowup"].moveTo(525, 320, 1)
77 self["arrowup"].startMoving()
78 self["arrowup2"].moveTo(590, 320, 1)
79 self["arrowup2"].startMoving()
80 self["arrowdown"].moveTo(740, 355, 1)
81 self["arrowdown"].startMoving()
82                         </code>
83                 </step>
84                 <step id="nimd">
85                         <condition>
86 from Components.NimManager import nimmanager
87 self.condition = len(nimmanager.nim_slots) > 3 and not nimmanager.nim_slots[3].empty and config.misc.startwizard.shownimconfig.value
88                         </condition>
89                         <text value="Please set up tuner D" />
90                         <config screen="NimSetup" module="Satconfig" args="3" type="ConfigList" />
91                         <code>
92 self["rc"].moveTo(500, 50, 1)
93 self["rc"].startMoving()
94 self["arrowup"].moveTo(525, 320, 1)
95 self["arrowup"].startMoving()
96 self["arrowup2"].moveTo(590, 320, 1)
97 self["arrowup2"].startMoving()
98 self["arrowdown"].moveTo(740, 355, 1)
99 self["arrowdown"].startMoving()
100                         </code>
101                 </step>
102                 <step id="scanquestion">
103                         <text value="Do you want to do a service scan?" />
104                         <condition>
105 self.condition = config.misc.startwizard.doservicescan.value
106                         </condition>
107                         <code>
108 self["rc"].moveTo(800, 50, 1)
109 self["rc"].startMoving()
110 self["arrowup"].moveTo(800, 310, 1)
111 self["arrowup"].startMoving()
112 self["arrowup2"].moveTo(800, 310, 1)
113 self["arrowup2"].startMoving()
114                         </code>
115                         <list>
116                                 <listentry caption="Yes, do an automatic scan now" step="scan" />
117                                 <listentry caption="Yes, do a manual scan now" step="manualscan" />
118                                 <listentry caption="No, scan later manually" step="parentalcontrol" />
119                         </list>
120                 </step>
121                 <step id="scan" nextstep="parentalcontrol">
122                         <condition>
123 self.condition = config.misc.startwizard.doservicescan.value
124                         </condition>                    
125                         <text value="What do you want to scan?" />
126                         <config screen="ScanSimple" module="ScanSetup" type="ConfigList" />
127                 </step>
128                 <step id="manualscan">
129                         <condition>
130 self.condition = config.misc.startwizard.doservicescan.value
131                         </condition>
132                         <text value="What do you want to scan?" />
133                         <config screen="ScanSetup" module="ScanSetup" type="ConfigList" />
134                 </step>
135                 <step id="nextscan">
136                         <condition>
137 self.condition = config.misc.startwizard.doservicescan.value
138                         </condition>
139                         <text value="Do you want to do another manual service scan?" />
140                         <list>
141                                 <listentry caption="Yes, do another manual scan now" step="manualscan" />
142                                 <listentry caption="No, scan later manually" step="parentalcontrol" />
143                         </list>
144                 </step>
145                 <step id="parentalcontrol">
146                         <text value="Do you want to enable the parental control feature on your dreambox?" />
147                         <list>
148                                 <listentry caption="Yes" step="parentalsetup" />
149                                 <listentry caption="No" step="end" />
150                         </list>
151                         <code pos="after">
152 if self["list"].index == 0:
153         config.ParentalControl.configured.value = True
154 else:
155         config.ParentalControl.configured.value = False
156 config.ParentalControl.configured.save()
157                         </code>
158                 </step>
159                 <step id="parentalsetup">
160                         <text value="You need to set a pin code and hide it from your children.\n\nDo you want to set the pin now?" />
161                         <list>
162                                 <listentry caption="Yes" step="finishparentalsetup" />
163                                 <listentry caption="No" step="finishparentalsetup" />
164                         </list>
165                         <code pos="after">
166 from ParentalControlSetup import ParentalControlChangePin
167 if self["list"].index == 0:
168         self.session.open(ParentalControlChangePin, config.ParentalControl.servicepin[0], _("parental control pin"))
169                         </code>
170                 </step>
171                 <step id="finishparentalsetup">
172                         <code>
173 config.ParentalControl.setuppinactive.value = True
174 config.ParentalControl.setuppinactive.save()
175 config.ParentalControl.servicepinactive.value = True
176 config.ParentalControl.servicepinactive.save()
177 config.ParentalControl.setuppin.value = config.ParentalControl.servicepin[0].value
178 config.ParentalControl.setuppin.save()
179                         </code>
180
181                         <text value="After the start wizard is completed, you need to protect single services. Refer to your dreambox's manual on how to do that." />
182                 </step>
183                 <step id="end">
184                         <text value="Thank you for using the wizard. Your box is now ready to use.\nPlease press OK to start using you Dreambox." />
185                 </step>
186 </wizard>