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
Quality Assurance
Titan Skin Feedback
Theme: BasicHome goes Classic with Backdrops | NEW: Editor available
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="Zoidberg77" data-source="post: 1060761" data-attributes="member: 114314"><p>Hi, I had a look a on it and I'm sorry to say that this is rather complicated (for my limited skills). It's no big problem to keep the menu and backgrounds visible while the focus is on Now Playings controls, but I can't manage the navigation from the main menu or submenu to the controls.</p><p>Right now I use this for <onup> from the main menu:[CODE]<define evaluateNow="true">#menu0.onup:#(iif(#submenu0.label1.hastext, 10001, 1900))</define>[/CODE] And now this would need to be something like this:[CODE]<define evaluateNow="true">#menu0.onup:#(iif(#submenu0.label1.hastext, 10001, #(iif(#control.IsVisible(222), 222, 1900))))</define>[/CODE] because the skin engine has to decide what to do when user navigates up: show submenu if available, focus on Now Playing controls if available or do nothing at all. But my quick try with a nested "iif" won't work and I have no idea how to do this an easy way...</p></blockquote><p></p>
[QUOTE="Zoidberg77, post: 1060761, member: 114314"] Hi, I had a look a on it and I'm sorry to say that this is rather complicated (for my limited skills). It's no big problem to keep the menu and backgrounds visible while the focus is on Now Playings controls, but I can't manage the navigation from the main menu or submenu to the controls. Right now I use this for <onup> from the main menu:[CODE]<define evaluateNow="true">#menu0.onup:#(iif(#submenu0.label1.hastext, 10001, 1900))</define>[/CODE] And now this would need to be something like this:[CODE]<define evaluateNow="true">#menu0.onup:#(iif(#submenu0.label1.hastext, 10001, #(iif(#control.IsVisible(222), 222, 1900))))</define>[/CODE] because the skin engine has to decide what to do when user navigates up: show submenu if available, focus on Now Playing controls if available or do nothing at all. But my quick try with a nested "iif" won't work and I have no idea how to do this an easy way... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Quality Assurance
Titan Skin Feedback
Theme: BasicHome goes Classic with Backdrops | NEW: Editor available
Contact us
RSS
Top
Bottom