Window.IsActive?
#1
What is an active window? How is it different to a visible window?

Thanks.
Reply
#2
Visible is including animation close time Active is only until the close window command is called
Reply
#3
FYI, because of this was a good question and a good answer, I wanted to add this to the wiki - just noticed that is already present there:
http://wiki.xbmc.org/index.php?title=Lis...Conditions
Code:
Window.IsVisible(window)     Returns true if the window is visible (includes fade out time on dialogs)
Window.IsActive(window)     Returns true if the window with id or title ?window? is active (excludes fade out time on dialogs)
My GitHub. My Add-ons:
Image
Reply
#4
I did read the wiki but didn't get it - Jezz's explanation makes sense now.

Thanks,
Reply

Logout Mark Read Team Forum Stats Members Help
Window.IsActive?0