X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FVideomode%2Fvideowizard.xml;h=bd714cef859155a469e2b13c0a488860cef5129d;hp=b4b9faf42b13bd5301add08cb45458b4caf5993f;hb=a4192862db1f9e876b1a3ce31465a8f4320d0f29;hpb=edf2e7b1a646ca0a35ac2bc92e97a4b4b29c74f7 diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml index b4b9faf..bd714ce 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,8 +45,46 @@ 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() + + - - + + + + + +