How to open virtual keyboard in numeric mode
#1
Is there a parameter i can pass to plugin.keyboard() to open in numeric format? Or any other way for a virtual numeric pad?

Thanks
Reply
#2
You use a Dialog().numeric():

result = xbmcgui.Dialog().numeric(0, 'title')
Reply
#3
Thanks mate, works great!
Reply

Logout Mark Read Team Forum Stats Members Help
How to open virtual keyboard in numeric mode0