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: 
hdonapati
Reel Rookie

For a RowList itemFocused is not updated on explicit update of rowItemFocused

For a RowList itemFocused(Row Index) is not updated on explicit update of rowItemFocused(row, col indexes).

 

I am explicitly setting jumpToRowItem (Takes rowIndex, columnIndex) for a RowList  and the event for the rowItemFocused is being triggered. I also have an event for change of itemFocused (Change of rowIndex) but it is not getting triggered on the update of rowItemFocused.

I have to explicitly set 
jumpToItem (Takes rowIndex) observer of itemFocused to be triggered.

0 Kudos