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: 
RENJITHVR4
Visitor

How to disable focus for a particular Rowlist item?

I have two Rowlist,
So One has five Item and Other has one item. I want to clear focus from rowlist one when one press down button on remote.
I know
rowlistone.setFocus(false) 

won't work. Please suggest me the best way.
0 Kudos
1 REPLY 1
chaklasiyanikun
Roku Guru

Re: How to disable focus for a particular Rowlist item?

This question is related to this link https://community.roku.com/t5/Roku-Developer-Program/Rowlist-focusBitmapUri-offset-on-first-focus/td...

In any Roku RSG Component using hasFocus() you can check focus is available of that component or not.

? "RowList :: rowlistone.hasFocus() : "rowlistone.hasFocus()

 

0 Kudos