home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
Conditional syntax
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Rob Hexenmeister" data-source="post: 1269887" data-attributes="member: 113164"><p>Thank you for that. I shall give that a try at the weekend.</p><p></p><p>I've also had a bit of success using Group and StackLayout/GridLayout. If the videowindow is simply used as a preview panel and not a control (i.e. no other controls navigate to it), I can do something like this:</p><p></p><p>Layout :</p><p>Button1 Button2 Button3</p><p></p><p>Video window is placed directly behind Button2</p><p></p><p>Button 2 is not visible unless video is playing, and has no textures. It has action 18 (Video full screen)</p><p></p><p>Then there is an image control overlaid the Video window which is visible when Button2 has focus for the video focused frame highlight</p><p></p><p>Oh and animations do sort-of work with the video window it seems. The live TV is always rendered at the starting coordinates of the control but the black box can be shifted when the video is not playing. I've done something like this:</p><p></p><p><animation effect="slide" end="0,-1000" time="1000">Hidden</animation></p><p><visible>Player.HasVideo</visible></p><p></p><p>I will post the full code once I have had time to finish it.</p><p>RH</p></blockquote><p></p>
[QUOTE="Rob Hexenmeister, post: 1269887, member: 113164"] Thank you for that. I shall give that a try at the weekend. I've also had a bit of success using Group and StackLayout/GridLayout. If the videowindow is simply used as a preview panel and not a control (i.e. no other controls navigate to it), I can do something like this: Layout : Button1 Button2 Button3 Video window is placed directly behind Button2 Button 2 is not visible unless video is playing, and has no textures. It has action 18 (Video full screen) Then there is an image control overlaid the Video window which is visible when Button2 has focus for the video focused frame highlight Oh and animations do sort-of work with the video window it seems. The live TV is always rendered at the starting coordinates of the control but the black box can be shifted when the video is not playing. I've done something like this: <animation effect="slide" end="0,-1000" time="1000">Hidden</animation> <visible>Player.HasVideo</visible> I will post the full code once I have had time to finish it. RH [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Conditional syntax
Contact us
RSS
Top
Bottom