Kodi Community Forum

Full Version: Issues with Window.IsVisible(progressdialog)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

It seems that Window.IsVisible(progressdialog) is not working properly, I'm creating a xbmcgui.DialogProgressBG() dialog and when trying to hide it using "<visible>!Window.IsVisible(progressdialog)</visible>" in skin, it has no effect.

Kodi v19 - KodiSetup-20200726-db40b2ad-master-x64.exe
xbmcgui.DialogProgressBG() opens the extendedprogressdialog, so try Window.IsVisible(extendedprogressdialog) instead.
@ronie Thank you, now it's working. Smile