Control 55 in window 10025 has been asked to focus, but it can't
#1
Hi All
Any idea what this error is on the Kodi log.

Control 55 in window 10025 has been asked to focus, but it can't
and the add-in doesn't popup a PIN dialog
Quote:                while isBackgroundMedia and (loopCount > 0):
                    loopCount = loopCount - 1
                    if xbmcgui.Window(10025).getProperty("PlayingBackgroundMedia") in [None, ""]:
                        isBackgroundMedia = False
                        break
                    xbmc.sleep(10)
Reply
#2
Undoubtedly skin file MyVideosNav (videos window) has a window default control set to view id 55, but the user has a different view id active/visible.  Don't see that has any effect with opening a dialog window.

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
Control 55 in window 10025 has been asked to focus, but it can't0