Kodi Community Forum
Help with Script GUI? - 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: Help with Script GUI? (/showthread.php?tid=50171)



Help with Script GUI? - Masternoob - 2009-05-02

i searched trough tutorials and everything but i dont understand it and cant make a gui thats working...

basically i just need an window with 2 buttons....

1 button that starts script a and the second starts script b...and maybe an exit button which closes the window..

can someone pls make this for me?

thank you!


- rwparris2 - 2009-05-02

Masternoob Wrote:can someone pls make this for me?
What? NO!!!

Maybe noone has showed you these things yet(?):

http://xbmc.sourceforge.net/python-docs/
http://wiki.xbmc.org/?title=Python_Development
http://wiki.xbmc.org/?title=Category:Python
http://docs.python.org/

Try to refer to them before asking anymore questions please. No one minds helping, but no one wants to spoon feed you.

There is already a built in xbmc dialog that will let you present the user with two choices. I'll leave it to you to figure out which one it is (should be obvious... don't overthink it, you just want two buttons...)