johnmarsden
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2018
01:54 PM
RowList itemFocused and rowItemFocused[0]
I thought itemFocused was supposed to be the equivalent of m.grid.node.rowItemFocused[0]. There's a case in my code where these two numbers are different on the same object.
Aren't they supposed to be the same... or ?
Aren't they supposed to be the same... or ?
1 REPLY 1
taylorcw
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2018
01:52 PM
Re: RowList itemFocused and rowItemFocused[0]
- rowItemFocused[0] contains the index of the row in focus. rowItemFocused[1] contains the index to the focused item in that previous row.
- itemFocused contains the index of the item focused. Theoretically rowItemFocused[1] would be the same as itemFocused, but it depends on the usage.
See: https://sdkdocs.roku.com/display/sdkdoc/RowList