Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
hdonapati
Level 7

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