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." />
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()
14 <text value="Use the up/down keys on your remote control to select an option. After that, press OK." />
16 <listentry caption="Use wizard to set up basic features" step="next" />
17 <listentry caption="Exit wizard" step="end" />
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()
32 from Components.NimManager import nimmanager
33 self.condition = nimmanager.nimCount > 0
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" />
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()
50 from Components.NimManager import nimmanager
51 self.condition = nimmanager.nimCount > 1
53 <text value="Please set up tuner B" />
54 <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
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()
67 <text value="Do you want to do a service scan?" />
69 self["rc"].moveTo(800, 50, 1)
70 self["rc"].startMoving()
71 self["arrowup"].moveTo(800, 310, 1)
72 self["arrowup"].startMoving()
73 self["arrowup2"].moveTo(800, 310, 1)
74 self["arrowup2"].startMoving()
77 <listentry caption="Yes, scan now" step="next" />
78 <listentry caption="No, scan later manually" step="7" />
82 <text value="What do you want to scan?" />
83 <config screen="ScanSimple" module="ScanSetup" type="ConfigList" />
86 <text value="Thanx for using the wizard. Your box is now ready to use." />