georgemandres
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2010
10:21 AM
Grid Object
Has anyone had any success using the new grid object?
I am not having any luck with the event messages working properly.
Is this a known bug?
I am not having any luck with the event messages working properly.
Is this a known bug?
2 REPLIES 2


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2010
10:58 AM
Re: Grid Object
I've been working with the grid on a few different channels. roGridScreen events are a little confusing. I don't think it's a bug, but the documentation is not quite right. Here are a few things that may help.
- In my experience, the isListFocused() event never fires
- When the isListItemFocused() event fires, GetIndex() will return the index of the focused list (row) and GetData() will return the index of the focused item (column)
georgemandres
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2010
11:40 AM
Re: Grid Object
Thanks Chris!
This works just as you described. I was hung up waiting for the isListFocused() event, which never occurs.
George
This works just as you described. I was hung up waiting for the isListFocused() event, which never occurs.
George