
hugetv
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2014
06:30 AM
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
1 REPLY 1
dcrandall
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2014
10:16 AM
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.
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.