add port pictures to the video wizard
[enigma2.git] / lib / python / Plugins / SystemPlugins / Videomode / videowizard.xml
index 852c48e00aed350ea2b403afd70b91edb7b4830f..681a66331d8e1747d6a94352b63ac241825c8ad4 100644 (file)
@@ -4,6 +4,7 @@
                <displaytext value="Select video input" />
                <list type="dynamic" source="listInputChannels" evaluation="inputSelectionMade" onselect="inputSelectionMoved" />
                <code>
+self["portpic"].show()
 self["arrowdown"].moveTo(557, 232, 1)
 self["arrowdown"].startMoving()
 self["arrowup"].moveTo(800, 232, 1)
@@ -25,6 +26,7 @@ self["arrowdown"].startMoving()
 self["arrowup"].startMoving()
 self["rc"].moveTo(500, 50, 1)
 self["rc"].startMoving()
+self["portpic"].hide()
                </code>
        </step>
        <step id="rateselection" nextstep="dvirateintroduction" timeout="10" timeoutaction="selectnext">
@@ -32,7 +34,7 @@ self["rc"].startMoving()
 self.condition = (self.port != "DVI")
                </condition>            
                <text value="Refresh rate selection." />
-               <displaytext value="Select video mode rate" />
+               <displaytext value="Select refresh rate" />
                <list type="dynamic" source="listRates" evaluation="rateSelectionMade" onselect="rateSelectionMoved" />
                <code>
 self["arrowup2"].moveTo(800, 320, 1)
@@ -58,6 +60,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 +79,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,12 +113,14 @@ 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="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 evaluation="showTestCard" onselect="showTestCard">
                        <listentry caption="Yes" step="yes" />
                        <listentry caption="No" step="no" />
                </list>