jkard
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2011
02:43 PM
How do you do a "Please wait..." roMessageDialog??
Is there a demo project that has an example of the standard "Please wait..." roMessageDialog that a lot of channels use when navigating between screens? I have added a screenshot below of what I mean. I have not seen how to do this anywhere, and not sure if any of the demos cover it.
Can you point me in the right direction?
EXAMPLE:

Thanks
Jay
Can you point me in the right direction?
EXAMPLE:

Thanks
Jay
2 REPLIES 2


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2011
03:37 PM
Re: How do you do a "Please wait..." roMessageDialog??
That's actually a roOneLineDialog. There's a utility function called ShowPleaseWait() in several of the SDK samples that does what you want.
brocker
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2011
03:52 PM
Re: How do you do a "Please wait..." roMessageDialog??
Awesome, thanks Chris!