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
Submit: Code Patches
Add support for scrolling in a loop
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="Brownard" data-source="post: 1136161" data-attributes="member: 48291"><p>It's a tricky one <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite5" alt=":confused:" title="Confused :confused:" loading="lazy" data-shortname=":confused:" /></p><p></p><p>MP1 uses left/right to exit so that's what existing users are used to, I'm not sure if using the back button is particularly intuitive but neither is being stuck in the list lol.</p><p>My original thought was to implement 'double tap' handling, e.g. when you're at the top of the list quickly double tapping up would exit the list, I briefly looked into that but it didn't seem easy to implement using the current input handling.</p><p></p><p>I think what MP2 really needs is a way to pragmatically override the focus handling so in the xaml you can define OnLeft, OnRight, etc (the same as you can in MP1), the default focus handling would still be used in most cases so you wouldn't have to define them for every control, but they would be useful in special cases like this.</p></blockquote><p></p>
[QUOTE="Brownard, post: 1136161, member: 48291"] It's a tricky one :confused: MP1 uses left/right to exit so that's what existing users are used to, I'm not sure if using the back button is particularly intuitive but neither is being stuck in the list lol. My original thought was to implement 'double tap' handling, e.g. when you're at the top of the list quickly double tapping up would exit the list, I briefly looked into that but it didn't seem easy to implement using the current input handling. I think what MP2 really needs is a way to pragmatically override the focus handling so in the xaml you can define OnLeft, OnRight, etc (the same as you can in MP1), the default focus handling would still be used in most cases so you wouldn't have to define them for every control, but they would be useful in special cases like this. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Submit: Code Patches
Add support for scrolling in a loop
Contact us
RSS
Top
Bottom