Mouse event to close "Teletext"?
#1
Did start to play around with possible Mousesupport..

what i try to achive was to close teletext via "close-Button" but didnt finde a way to achive this.

What i try so far:
- Button in "videofullscreen.xml" with a visible condition
Code:
<visible>Window.IsVisible(PVROSDTeletext)</visible>
which didnt work (Button was underneath the Teletext and didnt get focus by "mouseover".)

- Custom Window with a zorder 2
Code:
<zorder>2</zorder>
visible ->
Code:
<visible>Window.IsVisible(PVROSDTeletext)</visible>
didnt work.


is there currently a solution to achive what im after (close teletext via mousebutton)?
-> or shuld one of the aboth solutions work nd i simply did a mistake somhowe?

regards
Reply

Logout Mark Read Team Forum Stats Members Help
Mouse event to close "Teletext"?0