aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-02-11 12:58:36 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-02-11 12:58:36 +0000
commitfbc79da5c84135c8a8e46060d3edc157ec85d006 (patch)
treeabb3d8408c10dc04173c460f50fe3ae9011cd37b /lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml
parentf400ad7ad435bbf2e968ec7f95adebf1f134a7fa (diff)
downloadenigma2-fbc79da5c84135c8a8e46060d3edc157ec85d006.tar.gz
enigma2-fbc79da5c84135c8a8e46060d3edc157ec85d006.zip
arm the video wizard
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml')
-rw-r--r--lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml
index 852c48e0..1c0ded81 100644
--- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml
+++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml
@@ -58,6 +58,7 @@ self["arrowup"].moveTo(800, 232, 1)
self["arrowup"].startMoving()
self["rc"].moveTo(500, 50, 1)
self["rc"].startMoving()
+self.rateSelect("60Hz")
</code>
</step>
<step id="dvirateselection" timeout="10" timeoutaction="changestep" timeoutstep="notworking50Hz">
@@ -76,6 +77,10 @@ self["arrowup"].moveTo(800, 232, 1)
self["arrowup"].startMoving()
self["rc"].moveTo(500, 50, 1)
self["rc"].startMoving()
+self.rateSelect("50Hz")
+ </code>
+ <code pos="after">
+self.rateSelect("60Hz")
</code>
</step>
<step id="notworking50Hz" nextstep="end">
@@ -106,14 +111,16 @@ self["arrowup"].moveTo(800, 232, 1)
self["arrowup"].startMoving()
self["rc"].moveTo(500, 50, 1)
self["rc"].startMoving()
+self.rateSelect("50Hz")
</code>
</step>
<step id="end">
- <text value="The input port should be configured now.\nYou can now configure the screen by displaying some test pictures. Do you want to do that now?" />
+ <!--text value="The input port should be configured now.\nYou can now configure the screen by displaying some test pictures. Do you want to do that now?" /-->
+ <text value="You have successfully finished the video setup. If you want to change the settings later, you can do this in the settings menu."/>
<displaytext value="No picture on TV? Press EXIT and retry." />
- <list evaluation="rateSelectionMade" onselect="rateSelectionMoved">
+ <!--list>
<listentry caption="Yes" step="yes" />
<listentry caption="No" step="no" />
- </list>
+ </list-->
</step>
</wizard>