germix
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2012
07:38 AM
How to paginate a roGridScreen List
Hi folks,
I have trouble trying to paginate a roGridScreen, someone know how to do it?
I'm doing this:
This code don't work... only make a list with screen.SetContentListSubset(1, Content, 0, 25) and I want to show 80 items (25 of content and 55 blank to be filled using pagination)
I'm sorry for the explanation...
I have trouble trying to paginate a roGridScreen, someone know how to do it?
I'm doing this:
' Content = roAssociativeArray of X items (for example, 25 per page)
' Total = roAssociativeArray of Total Items (for example, 80 blank items)
screen.SetContentList(1, Total)
screen.SetContentListSubset(1, Content, 0, 25)
This code don't work... only make a list with screen.SetContentListSubset(1, Content, 0, 25) and I want to show 80 items (25 of content and 55 blank to be filled using pagination)
I'm sorry for the explanation...
2 REPLIES 2
Garrett
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2013
02:51 PM
Re: How to paginate a roGridScreen List
I've got the same question, a best practice method would be great.
Garrett
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2013
04:55 PM
Re: How to paginate a roGridScreen List
If need be I will pay for a solution to this. Paging is driving me up a wall. Anyone out in roku land want to help?