X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FVideomode%2Fvideowizard.xml;h=cb7d41edfed447eb7326660eaa636ad61c8d7189;hp=1c0ded81959c42f3ee27eb1ca098b15daae8e6d1;hb=005ae139dc263789ebad88e51f5f5e3d49f73768;hpb=fbc79da5c84135c8a8e46060d3edc157ec85d006 diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml index 1c0ded8..cb7d41e 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml @@ -4,6 +4,7 @@ +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() @@ -32,7 +34,7 @@ self["rc"].startMoving() self.condition = (self.port != "DVI") - + self["arrowup2"].moveTo(800, 320, 1) @@ -115,12 +117,15 @@ self.rateSelect("50Hz") - - + +self.hw.saveMode(self.port, self.mode, self.rate) + + + - +