"renojim" wrote:"RokuChris" wrote:
2.8 adds PNG support to roGridScreen
Is there any reason GIFs were left out?
"RokuKevin" wrote:
The 9-button remote does not have a free button..... All buttons are handled by roGridScreen directly and the only 9-button way out of the roGridScreen is the "home" button.
"renojim" wrote:
It may be a bit of a kludge, but you could add a poster to your Grid that when clicked on exits the screen.
"evilmax17" wrote:
Thanks for the responses all."RokuKevin" wrote:
The 9-button remote does not have a free button..... All buttons are handled by roGridScreen directly and the only 9-button way out of the roGridScreen is the "home" button.
Dang. I'd really love to use roGridScreen, but that's a pretty big roadblock for me.
Enhancement request: If you guys could figure out a solution to this for the next SDK release, I'd definitely utilize it.
"evilmax17" wrote:
Thanks for the responses all."RokuKevin" wrote:
The 9-button remote does not have a free button..... All buttons are handled by roGridScreen directly and the only 9-button way out of the roGridScreen is the "home" button.
Dang. I'd really love to use roGridScreen, but that's a pretty big roadblock for me.
"kbenson" wrote:
Hmm, now you've got me wondering what kind of navigation model you're planning that has you going from some other screen, into a gridscreen, and then needing to come back out again.
Not that I've done anything with the gridscreen yet, but couldn't you just make the top row a single icon (or set of icons for more functions) to close the gridscreen? Depending on your layout and content it may or may not look hokey, but it might work.
"TheEndless" wrote:
I don't know if it's the case with what evilmax is trying to do, but I've got a situation where I'd like to display a list of top level genres, each with a series of sub-genres. While the sub-genres would make sense in a grid screen, the top level genres do not, so my home screen would ideally be a more traditional single line poster screen that opens a grid screen when one is selected. Even if I made the home screen a grid with a single line on it, there's no intuitive way to return to that from the sub-genre grid screen.
"kbenson" wrote:
I haven't used the roGridScreen yet (man, I HATE trying to weigh in on a discussion with limited knowledge of the facts, but there's thoughts I want to get out), but if you can modify the screen itself while it's displayed, or redisplay without having to reload portions that haven't changed, possibly each element of the first row could be the the top level category, and as you selected one, it could add and auto-populate the next row down in the GridScreen, repeat as needed?
"TheEndless" wrote:
Great minds.. 😉
That's actually one of the routes I was considering heading down (and I almost described in my last thread). The problem I see with that is that it won't be familiar to the end user. That's a pretty significant change to what people have become used to with the Roku UI, and I imagine it would result in A LOT of support requests. There's also no way to differentiate between rows in the grid (i.e., have a different background color for a "genre" row) aside from the row title, so making the grid somewhat intuitive visually would be difficult, too.