Posts: 1
Joined: Aug 2016
Reputation:
0
Hello everyone,
I developed a addon for kodi, and wanted to make Message Box just like Hello World, and it does work, but the problem is, it shows up everytime i go to a different menu inside the addon.
Is there a way to make it only show up at the beginning of the addon?
Thanks btw!!
Posts: 158
Joined: Feb 2013
Reputation:
0
sakos
Senior Member
Posts: 158
Hello,
Thanks for your help and good tutorials I managed to implement my first addon.
Now, my issue is that the addon needs manual start by clicking on "run" button in the addon menu. Other addons has grey run button and they start immediately when got enabled. How can I achive this behavior in my addon? In other words what shall be changed in the hello World addon to run it automatically?