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: 
hugetv
Visitor

How to make a roOneLineDialog

I want to be able to do a roOneLineDialog since entering a roGridScreen it takes a long time to enter
Our system http://www.rokumanager.com
0 Kudos
1 REPLY 1
dcrandall
Visitor

Re: How to make a roOneLineDialog

There are a couple options to speed-up the grid screen.

a.) The roPosterScreen has a 'retrieving...' message that shows-up automatically while it is waiting to get items. If you want to change your methodology, this can help.
b.) You can limit what you load on the roGridScreen with 'SetContentListSubset' to get a smaller set of data.
0 Kudos