diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-11 01:42:36 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-11 01:42:36 +0000 |
| commit | fe798a5d31319171dbb76c6d9fec268e691d3f77 (patch) | |
| tree | c4165575c6780e0b9f96428d8b69b14a5de7aea8 /data/startwizard.xml | |
| parent | 490bc59fbd4777f1a5041a71c1de7c5e76ff1eae (diff) | |
| download | enigma2-fe798a5d31319171dbb76c6d9fec268e691d3f77.tar.gz enigma2-fe798a5d31319171dbb76c6d9fec268e691d3f77.zip | |
finish language-menu - the RT_VALIGN_CENTER doesn't work in eListboxPythonMultiContent... why?
add language-screen to the start-wizard, which breaks the startwizard. bug in screen-handling?
Diffstat (limited to 'data/startwizard.xml')
| -rw-r--r-- | data/startwizard.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/data/startwizard.xml b/data/startwizard.xml index aade9c0b..fbc1d49f 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -1,7 +1,9 @@ <wizard> <step number="1"> + <config screen="LanguageSelection" module="LanguageSelection" type="standalone" /> + </step> + <step number="2"> <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." /> - <config screen="LanguageSelection" module="LanguageSelection" type="MenuList" /> <code> self["arrowdown"].moveTo(557, 232, 10) self["rc"].moveTo(500, 50, 10) @@ -9,7 +11,7 @@ self["arrowdown"].startMoving() self["rc"].startMoving() </code> </step> - <step number="2"> + <step number="3"> <text value="Use the up/down keys on your remote control to select an option. After that, press OK." /> <list> <listentry caption="Use wizard to set up basic features" step="next" /> @@ -22,7 +24,7 @@ self["arrowdown"].startMoving() self["arrowup"].startMoving() </code> </step> - <step number="3"> + <step number="4"> <text value="Please set up tuner A" /> <config screen="NimSetup" module="Satconfig" args="0" type="ConfigList" /> <code> @@ -34,7 +36,7 @@ self["arrowdown"].addMovePoint(610, 300, 10) self["arrowdown"].startMoving() </code> </step> - <step number="4"> + <step number="5"> <text value="Please set up tuner B" /> <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" /> <code> @@ -46,14 +48,14 @@ self["arrowdown"].addMovePoint(610, 300, 10) self["arrowdown"].startMoving() </code> </step> - <step number="5"> + <step number="6"> <text value="Do you want to do a service scan?" /> <list> <listentry caption="Yes, scan now" step="next" /> - <listentry caption="No, scan later manually" step="7" /> + <listentry caption="No, scan later manually" step="8" /> </list> </step> - <step number="6"> + <step number="7"> <text value="What do you want to scan?" /> <config screen="ScanSimple" module="ScanSetup" type="ConfigList" /> <code> @@ -65,7 +67,7 @@ self["arrowdown"].addMovePoint(610, 300, 10) self["arrowdown"].startMoving() </code> </step> - <step number="7"> + <step number="8"> <text value="Thanx for using the wizard. Your box is now ready to use." /> <code> self["arrowdown"].moveTo(740, 200, 10) |
