Kodi Community Forum
Numeric Only Keyboard Password - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Numeric Only Keyboard Password (/showthread.php?tid=227625)



Numeric Only Keyboard Password - robwebset - 2015-05-22

Hi All,

I have an issue that I'd really like peoples help with.

I want to generate a prompt that uses the numeric keypad - but does not display the values that are typed. Something like:

Code:
xbmcgui.Dialog().input("Title", type=xbmcgui.INPUT_NUMERIC, option=xbmcgui.ALPHANUM_HIDE_INPUT)

The INPUT_NUMERIC gets me the keyboard that I want to display, but the ALPHANUM_HIDE_INPUT will only work with INPUT_ALPHANUM and not INPUT_NUMERIC.

Any ideas?

Thanks

Rob


RE: Numeric Only Keyboard Password - noxx2 - 2017-03-16

like this