Reply to thread

Yes, well I certainly haven't found anything.


I don't think animations work with the video window do they, so I can't 'slide' it out of the way when it loses visibility.


I was also wondering about using dummy buttons that become visible when the video window becomes invisible, and with a bit of strategic placement might do the jump to the required control.


That would require something along these lines to work:


<id>2</id>

<type>button</type>

<onfocus>#skin.setfocus(0,4)</onfocus>

<visible>!control.isvisible(99)</visible>


and


<id>3</id>

<type>button</type>

<onfocus>#skin.setfocus(0,1)</onfocus>

<visible>!control.isvisible(99)</visible>


Layout


Button1 Button2 VideoWindow Button3 Button 4


Any comments? Ideas?


Many thanks

RH


Top Bottom