Kodi Community Forum
v18 Disable DialogBusy or put WindowXMLDialog always on top - 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: v18 Disable DialogBusy or put WindowXMLDialog always on top (/showthread.php?tid=338383)



Disable DialogBusy or put WindowXMLDialog always on top - fooman2011 - 2018-12-15

Hello,

Is there any way to disable the busydialog while i'm in my script add on ?
My problem is that the busydialog apears infront my window so, during this, I lost input events...

Or maybe another solution will be to keep my window always on top, but I don't know how to do that.

Thanks for help


RE: Disable DialogBusy or put WindowXMLDialog always on top - Kib - 2018-12-15

Where is your code ?


Disable DialogBusy or put WindowXMLDialog always on top - enen92 - 2018-12-15

Please provide some example code