
georgejecook
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018
04:03 PM
prevent rowlist from wrapping on press key left, or intercept key presses.
Hi, I want the feature of a rowlist where by the focus is fixed; but I want the left keypress on item zero to move focus OUT of the rowlist to the search box control
I can't find a way todo this, as the rowlist captures all the control events -
I've subclassed the rowlist; but overrding the key handling code, works; but then causes the list to scroll uncontrollably
any one got any ideas?
I can't find a way todo this, as the rowlist captures all the control events -
I've subclassed the rowlist; but overrding the key handling code, works; but then causes the list to scroll uncontrollably
any one got any ideas?
George Cook
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook
Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook
Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
4 REPLIES 4
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018
04:50 PM
Re: prevent rowlist from wrapping on press key left, or intercept key presses.
put an onKeyHandler in the parent (of the rowlist) component.
I forget offhand if it will receive press = true or false in this case, but you can handle it by detecting the rowlist focus position (rowItemFocused) and if it's zero, do what you want.
I forget offhand if it will receive press = true or false in this case, but you can handle it by detecting the rowlist focus position (rowItemFocused) and if it's zero, do what you want.
aspiring

georgejecook
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018
08:59 PM
Re: prevent rowlist from wrapping on press key left, or intercept key presses.
that don't work - it swallows it up - I never see it. rowlist also doesn't correctly handle focus events either..
I extended the rowlist too; but to no avail - I can intercept the relevant keypress; and change focus; but then the rowlist starts scrolling on it's own accord. It's most irksome.
thanks for your help though 😉
I extended the rowlist too; but to no avail - I can intercept the relevant keypress; and change focus; but then the rowlist starts scrolling on it's own accord. It's most irksome.
thanks for your help though 😉
George Cook
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook
Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook
Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018
10:05 PM
Re: prevent rowlist from wrapping on press key left, or intercept key presses.
if it's not in scrolling mode I believe the keypress bubbles up to the parent component, but it's been a while. At my prior job we created custom replacements for Rowlist to get it to do what we needed; that was a multi-week effort.
aspiring

georgejecook
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2018
05:57 PM
Re: prevent rowlist from wrapping on press key left, or intercept key presses.
that's what I figured - thanks for chipping in.
I might push to deprioritize that feature.
I might push to deprioritize that feature.
George Cook
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook
Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook
Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework