Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
chaklasiyanikun
Roku Guru

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?

0 Kudos
2 REPLIES 2
chaklasiyanikun
Roku Guru

Re: How to disabled FF/RW key at List and Grid Nodes?.

Any update on this issue?

0 Kudos
RokuJonathanD
Community Moderator
Community Moderator

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. 

0 Kudos