Kodi Community Forum
v14 Text Input Box For 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: v14 Text Input Box For Password? (/showthread.php?tid=224100)



Text Input Box For Password? - Marz0 - 2015-04-11

Hi All

I have put together a python script to ask for a user to input a password and compare it to one I have stored in a web URL. I have tested this and it works in linux for me.

How do I program Kodi to display a dialog box with a text input box so I can ask a user to input a password?

Thanks in advance.


RE: Text Input Box For Password? - ronie - 2015-04-11

you can find it in our python docs:
http://mirrors.xbmc.org/docs/python-docs/14.x-helix/xbmc.html#Keyboard


RE: Text Input Box For Password? - Marz0 - 2015-04-11

Cool Thanks.