![]() |
ActivateWindow help for addon info - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: ActivateWindow help for addon info (/showthread.php?tid=358739) |
ActivateWindow help for addon info - Xallion - 2020-11-27 Hi, first time posting. Thanks for all of the work on Kodi. It's an amazing platform! I'm attempting use ActivateWindow() or some other built in function to access these two settings:
I've checked below and I just don't see anything for these two settings. How can I research these types of paths so I find them on my own? https://kodi.wiki/view/Opening_Windows_and_Dialogs RE: ActivateWindow help for addon info - jjd-uk - 2020-11-27 It should be: ActivateWindow(addonbrowser,addons://dependencies,return) ActivateWindow(addonbrowser,addons://running,return) |