Kodi Community Forum

Full Version: ControlGroup(9000).HasFocus
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to move my extendedprogessbar and kaitoast dialogs if the view options menu is active but can't get it to work. This is what the code I'm trying looks like...

Code:
<animation effect="slide" start="0,0" end="155,0" time="0" condition="ControlGroup(9000).HasFocus">Conditional</animation>

...but it isn't making any difference, how would I get this to work?
You can't base animation on controls from another window, try using a window property instead.