chaklasiyanikun
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2020
09:57 PM
How to disabled FF/RW key at List and Grid Nodes?.
I used all Components like PosterGrid, ZoomRowList, and TimeGrid. But, every Component Automatic Scroll using FF/RW key. I need to Stop Scrolling with that Component. I found a specific Field at Rowlist which is fadeFocusFeedbackWhenAutoScrolling. There is a specific field for other components? I also applied the below code :
if key = "fastforward" or key = "rewind" then //also I tried with "and" keyword
return
end if
But no luck. Does anyone know How can I stop Scrolling keys inside a List and Grid Nodes?
2 REPLIES 2
chaklasiyanikun
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2020
01:25 AM
Re: How to disabled FF/RW key at List and Grid Nodes?.
Any update on this issue?


Community Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2021
06:38 AM
Re: How to disabled FF/RW key at List and Grid Nodes?.
Hi @chaklasiyanikun,
The abstract ArrayGrid component has a fadeFocusFeedbackWhenAutoScrolling field. This means that all of the nodes extending this component have this field. This includes:
Let me know if this helps. Otherwise, I can work on getting you a more detailed response.