splash screen for addon
#1
How do I setup splash screen for an addon?
Thanks
Reply
#2
Thread moved to addon development
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#3
Take a look at the WindowXML documentation.

https://codedocs.xyz/xbmc/xbmc/group__py...__xml.html

What you'd probably have to do is generate a window at the start of the addon code, leave it up for some number of seconds, and then destroy the window.
Reply
#4
(2020-09-01, 19:29)pkscout Wrote: Take a look at the WindowXML documentation.

https://codedocs.xyz/xbmc/xbmc/group__py...__xml.html

What you'd probably have to do is generate a window at the start of the addon code, leave it up for some number of seconds, and then destroy the window.
Thank you. I will give it a try
Reply

Logout Mark Read Team Forum Stats Members Help
splash screen for addon0