X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FVideomode%2Fvideowizard.xml;h=933d534275cbb83e23d501f838f69bcf9eb919bf;hp=b4b9faf42b13bd5301add08cb45458b4caf5993f;hb=3861923553aad99f8b1a5ce5d81e7d9b035b65bb;hpb=4a043c2bc10981a946bd0ad8f955e1510db3fcaa diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml index b4b9faf..933d534 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml @@ -27,8 +27,11 @@ self["rc"].moveTo(500, 50, 1) self["rc"].startMoving() - - + + +self.condition = (self.port != "DVI") + + @@ -42,6 +45,40 @@ self["rc"].moveTo(500, 50, 1) self["rc"].startMoving() + + +self.condition = (self.port == "DVI") + + + + +self["arrowdown"].moveTo(557, 232, 1) +self["arrowdown"].startMoving() +self["arrowup"].moveTo(800, 232, 1) +self["arrowup"].startMoving() +self["rc"].moveTo(500, 50, 1) +self["rc"].startMoving() + + + + +self.condition = (self.port == "DVI") + + + + + + + + +self["arrowdown"].moveTo(557, 232, 1) +self["arrowdown"].startMoving() +self["arrowup"].moveTo(800, 232, 1) +self["arrowup"].startMoving() +self["rc"].moveTo(500, 50, 1) +self["rc"].startMoving() + +