View Full Version : Button visibility while selected
xmcnuggetx
May 12th, 2009, 07:49 AM
I have a button on my app that's only visible while a video is playing. If the video stops playing while this button is selected it is still in focus even though its visible is false. Is there any way to know when the video stops? so I can change the focus.
matt.antone
May 12th, 2009, 04:46 PM
try adding a condition to the <visible> tag of your button.
<visible>Player.HasVideo</visible>
xmcnuggetx
May 12th, 2009, 08:12 PM
This is what im doing already, but then the user selects the button. the movie finishes and the button disapears. now there is no focused control as its still on the hidden button.
idan
May 14th, 2009, 04:21 AM
i have to say that i think its a bug in our API. we will refer to it.
xmcnuggetx
May 14th, 2009, 07:15 AM
i have to say that i think its a bug in our API. we will refer to it.
I understand why this scenario could be an issue. I mean how is boxee supposed to know what control to select if it looses visibility (onleft, down, right, up)? Is there any way to fake this currently? like running a command when visibility is changed, or animation is played?
Powered by vBulletin® Version 4.1.12 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.