ControlGroup(9000).HasFocus
#1
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?
 
Reply
#2
You can't base animation on controls from another window, try using a window property instead.
Reply

Logout Mark Read Team Forum Stats Members Help
ControlGroup(9000).HasFocus0