PDA

View Full Version : Pb with videowindow - preview / fullscreen?


olivelemalin
2009-06-03, 13:40
Hi,

I would like to disable / forbid the click on a preview videowindow, so that the user can't toggle the videowindow to the fullscreen mode by clicking on it.

I have done a python script within I manage the video view, but I am not able to find a solution to this click problem.

Thanks in advance.

olivelemalin
2009-06-04, 11:02
Nobody has an idea ?

jmarshall
2009-06-04, 11:08
Place a transparent button over the top of it to absorb the click.

olivelemalin
2009-06-04, 13:06
Hi,

thank you for your answer.
Is there a <transparent> tag for a button control ?

jmarshall
2009-06-04, 23:02
Just set an empty <texturefocus> and <texturenofocus>.

Cheers,
Jonathan