diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-09 00:44:40 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-09 00:44:40 +0000 |
| commit | d2e6f12364527def4672a566323654758d8f3d19 (patch) | |
| tree | 674e6efc2a60230bcb5d8649db57af092fa5f5df /data/startwizard.xml | |
| parent | 1036de712ab59acf11d5012d182cea8734b8412b (diff) | |
| download | enigma2-d2e6f12364527def4672a566323654758d8f3d19.tar.gz enigma2-d2e6f12364527def4672a566323654758d8f3d19.zip | |
some code cleanup
Diffstat (limited to 'data/startwizard.xml')
| -rw-r--r-- | data/startwizard.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/startwizard.xml b/data/startwizard.xml index 13799a2c..14bcd56d 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -1,6 +1,12 @@ <wizard> <step number="1"> <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." /> + <code> +self["arrowdown"].moveTo(557, 232, 10) +self["rc"].moveTo(500, 50, 10) +self["arrowdown"].startMoving() +self["rc"].startMoving() + </code> </step> <step number="2"> <text value="Bla" /> @@ -25,7 +31,6 @@ self["arrowdown"].clearPath(True) self["arrowdown"].addMovePoint(510, 300, 10) self["arrowdown"].addMovePoint(610, 300, 10) self["arrowdown"].startMoving() -self["config"].l.setList(self.scanSetupDialog["config"].list) </code> </step> <step number="4"> |
