appuifw.query(“Your ID:”,"text")
The default input method of appuifw.query with text type is Alphabetic,
can I set the default as Numeric?
appuifw.query(“Your ID:”,"text")
The default input method of appuifw.query with text type is Alphabetic,
can I set the default as Numeric?
Try to use appuifw.query(u"Type a number:", "number")
Thank you!
But there is a length limited problem:
http://discussion.forum.nokia.com/fo...-appuifw.Query
Ya It's supported upto 9 char ...That's why croozeus suggest to use text instead of number.....may be integer cross max limit of integer i.e not allowed more than 9 digit....
The default input method is very important for hight performace as I am trying to input the number string from a bluetooth scanner.
It should be a nightmare to switch input method for every scanning when you are checking the storage.
I need a text input with Numeric input method by default and without length limited,
Is there any other way to do so