
Romans_I_XVI
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2014
09:34 PM
Move selector on grid screen instead of images.
Hi. I want to create a grid screen that would only have 4 items per row and you would move the selector around to navigate the images instead of scrolling through them by having the images move. Is this possible using the roGridScreen or do I have to create a custom screen from scratch using the roScreen 2d API or the roImageCanvas. It would just be so much easier if I could use the built in screens. Hulu is a perfect example of exactly what I want to do. What they have seems to be a grid screen, but it may be a completely custom screen.
Thanks.
Thanks.
1 REPLY 1

Romans_I_XVI
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2014
06:21 PM
Re: Move selector on grid screen instead of images.
Just thought I'd reply to my own topic. After looking through the documentation more I went with the roScreen interface and created my own custom screen. It's working great, and yeah it is much more work but the ability to provide so much customization is very nice.