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 2
Skins and Design
Apollo One
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="morpheus_xx" data-source="post: 1115496" data-attributes="member: 48495"><p>The main layout is defined by master_bare.xaml. There is a "place holder" in the footer panel for providing content (<a href="https://github.com/MediaPortal/MediaPortal-2/blob/5472a0b069dfd201c18401c4b99a21dffe73e711/MediaPortal/Incubator/ApolloOne/Skin/ApolloOne/screens/master_bare.xaml#L158-L162" target="_blank">https://github.com/MediaPortal/MediaPortal-2/blob/5472a0b069dfd201c18401c4b99a21dffe73e711/MediaPortal/Incubator/ApolloOne/Skin/ApolloOne/screens/master_bare.xaml#L158-L162</a>). Any screen can define it's own content to be shown there. In EPG I place the program details there (<a href="https://github.com/MediaPortal/MediaPortal-2/blob/5472a0b069dfd201c18401c4b99a21dffe73e711/MediaPortal/Incubator/SlimTvClient/Skin/ApolloOne/screens/SlimTvClient-fullguide.xaml#L60-L62" target="_blank">https://github.com/MediaPortal/MediaPortal-2/blob/5472a0b069dfd201c18401c4b99a21dffe73e711/MediaPortal/Incubator/SlimTvClient/Skin/ApolloOne/screens/SlimTvClient-fullguide.xaml#L60-L62</a>)</p><p></p><p>My intention is to get this:</p><p>When no player is active, the footer content is fully visible.</p><p>When a player is active, and there is footer content to show, then player should be slid out.</p><p>When a player is active, and there is no footer content to show, then player should be placed directly in footer panel (not slid out).</p><p></p><p>I currently have the problem to define a clear condition "when no content is shown", as it's not easy: controls are always there, controls can be invisible, controls have empty content. Etc.</p><p></p><p>My plan was to let the screen define the condition, like it does define the content.</p></blockquote><p></p>
[QUOTE="morpheus_xx, post: 1115496, member: 48495"] The main layout is defined by master_bare.xaml. There is a "place holder" in the footer panel for providing content ([url]https://github.com/MediaPortal/MediaPortal-2/blob/5472a0b069dfd201c18401c4b99a21dffe73e711/MediaPortal/Incubator/ApolloOne/Skin/ApolloOne/screens/master_bare.xaml#L158-L162[/url]). Any screen can define it's own content to be shown there. In EPG I place the program details there ([url]https://github.com/MediaPortal/MediaPortal-2/blob/5472a0b069dfd201c18401c4b99a21dffe73e711/MediaPortal/Incubator/SlimTvClient/Skin/ApolloOne/screens/SlimTvClient-fullguide.xaml#L60-L62[/url]) My intention is to get this: When no player is active, the footer content is fully visible. When a player is active, and there is footer content to show, then player should be slid out. When a player is active, and there is no footer content to show, then player should be placed directly in footer panel (not slid out). I currently have the problem to define a clear condition "when no content is shown", as it's not easy: controls are always there, controls can be invisible, controls have empty content. Etc. My plan was to let the screen define the condition, like it does define the content. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
Apollo One
Contact us
RSS
Top
Bottom