dvids
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2014
10:19 AM
roGridScreen Prevent looping back around to first item
I'm guessing this isn't possible but wanted to see if it was possible to prevent a roGridScreen from looping back to the first item? I think I might be able to catch the remote button push and prevent going to the next item but it's still going to show the first item afterwards which is weird. Is there some option I'm missing that I could use? Thanks.
5 REPLIES 5
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2014
10:45 AM
Re: roGridScreen Prevent looping back around to first item
If you have fewer than 4 or 5 items per category (depending on gridstyle), then it won't loop to the first item.
dvids
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2014
01:07 PM
Re: roGridScreen Prevent looping back around to first item
That does appear to work but I'm afraid that's not an option as we have quite a few more videos than that.
dvids
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2014
01:29 PM
Re: roGridScreen Prevent looping back around to first item
One way I thought of is to limit navigation on the last item in the set and then add on several items on the end with a transparent png for HDPosterURL and SDPosterURL. The main issue with this is the count in the upper right is no longer accurate which means you'd have to hide it to avoid confusion.
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2014
02:13 PM
Re: roGridScreen Prevent looping back around to first item
Creating your own screentype would allow you to have it shown exactly as you want it - but it's a lot more work with roScreen/roImageCanvas.
dvids
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2014
10:08 AM
Re: roGridScreen Prevent looping back around to first item
Yes, I would like to avoid any custom screens. Thanks though.