use Components.Input in seek window
[enigma2.git] / lib / python / Plugins / test / plugin.py
index d85a80c9b49863389820491739508b0534fa45cc..90c45e6e1bbf708acebced5408170d5c412f627e 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"], 
                {