
Oak-Beard
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2015
08:38 AM
progress indicators
I have a roPosterScreen and want to show a visual indication (e.g. animated spinning wheel) of an operation in progress when the user makes a selection. I assume (hope?) there is a easy way to do this but haven't found it in the documentation. Can anybody point me in the right direction?
Thanks
Thanks
3 REPLIES 3
belltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2015
09:37 AM
Re: progress indicators
One way to do this is to use roOneLineDialog and call ShowBusyAnimation().
Another way is to call the roPosterScreen ShowMessage() and ClearMessage() methods, although that won't give you the spinning wheel.
Another way is to call the roPosterScreen ShowMessage() and ClearMessage() methods, although that won't give you the spinning wheel.

Oak-Beard
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2015
10:55 AM
Re: progress indicators
perfect! 😄 Thanks for the help
cpjamloki
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2015
12:09 AM
Re: progress indicators
How we can set message position?
suppose i want to put a symbol (like >) in category strip:
Eg: by default there :category 1 < category2
but i want put a symbol after category 2:
category 1 < category2 >
suppose i want to put a symbol (like >) in category strip:
Eg: by default there :category 1 < category2
but i want put a symbol after category 2:
category 1 < category2 >