Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
germix
Visitor

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:


' 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...
0 Kudos
2 REPLIES 2
Garrett
Visitor

Re: How to paginate a roGridScreen List

I've got the same question, a best practice method would be great.
0 Kudos
Garrett
Visitor

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?
0 Kudos