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: 
GizDevWip
Channel Surfer

How can we hide the rowlist focus(focusBitmapUri) for a particular row "smoothly"

Hi team, I need to hide the rowlist focus(selector or focusBitmapUri) for only a particular row. Lets say, I want the focus to be present for first row, and need to disappear the focus in the second row. I could hide it when the focus reached second row by detecting "if rowItemFocused[0] = 1". But this happened: Focus disappeared reaching row 2 only after the "jumping animation" from row 1 to row 2. That makes the transition weird. I need the focus to disappear from the first row itself soon after the "down" button click. Can anybody help?

0 Kudos
1 REPLY 1
RokuJonathanD
Community Moderator
Community Moderator

Re: How can we hide the rowlist focus(focusBitmapUri) for a particular row "smoothly"

Hi @GizDevWip,

We'll file a ticket on improving the ordering so that the focus is removed before the animation is executed. 

Thanks,

Jonathan 

0 Kudos