Kodi Community Forum
Window().getCurrentContainerId() on Krypton? - 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: Window().getCurrentContainerId() on Krypton? (/showthread.php?tid=272765)



Window().getCurrentContainerId() on Krypton? - tknorris - 2016-05-05

Is this comment correct?

I tried this in Krypton Alpha and I got a python error that getCurrentContainerId() doesn't exist in Window(). Also looking at the PR it looks like it was added to WindowXML, not Window?


RE: Window().getCurrentContainerId() on Krypton? - ronie - 2016-05-05

yup, my bad. it was added to the WindowXML class indeed.
thx for the heads-up!