use Components.Input in seek window
[vuplus_dvbapp] / lib / python / Plugins / test / plugin.py
index d85a80c..90c45e6 100644 (file)
@@ -18,7 +18,7 @@ class Test(Screen):
                self.skin = Test.skin
                Screen.__init__(self, session)
 
-               self["text"] = Input("Please press OK!")
+               self["text"] = Input("1234", maxSize=True, type=Input.NUMBER)
                                
                self["actions"] = NumberActionMap(["WizardActions", "InputActions"], 
                {