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
BlueVision
Blue Vision
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: 1143580" data-attributes="member: 48495"><p>In this case you can simply create a specialized home screen that does not depend on master_bare.xaml. Just copy the wanted stuff over. Or better: create another "master_bare_animated.xaml" and use it as base.</p><p></p><p>Another thing: I quickly implemented a "IsHomeWorkflowState" property into menu model to bind menu button's visibility to it. It works already, button is only visible in "non-home" screens.</p><p></p><p>The issue with this approach: all settings screens use a screen base, which shows the menu options always (and not in hidden menu). So there the button logic is wrong (menu is visible). </p><p></p><p>That's why I would put the button only into master_menu.xaml, because only there the hidden menu is defined. Only thing we need to find out is, how to place button the best way into the intended position.</p><p></p><p>I would see two options: LayoutTransform to move the button up (not so good), or we define a placeholder in master_bare.xaml and only define a DynamicResource inside master_menu_bare.xaml (better <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" />)</p></blockquote><p></p>
[QUOTE="morpheus_xx, post: 1143580, member: 48495"] In this case you can simply create a specialized home screen that does not depend on master_bare.xaml. Just copy the wanted stuff over. Or better: create another "master_bare_animated.xaml" and use it as base. Another thing: I quickly implemented a "IsHomeWorkflowState" property into menu model to bind menu button's visibility to it. It works already, button is only visible in "non-home" screens. The issue with this approach: all settings screens use a screen base, which shows the menu options always (and not in hidden menu). So there the button logic is wrong (menu is visible). That's why I would put the button only into master_menu.xaml, because only there the hidden menu is defined. Only thing we need to find out is, how to place button the best way into the intended position. I would see two options: LayoutTransform to move the button up (not so good), or we define a placeholder in master_bare.xaml and only define a DynamicResource inside master_menu_bare.xaml (better :)) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
BlueVision
Blue Vision
Contact us
RSS
Top
Bottom