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

How do I implement the "loading please wait" message?

I have been looking for some info on how to show up the "loading please wait" between screens, but I didn't find anything.
Can somebody point me out where can I look for this info? or an example where I can see how to use this. What I'm trying to do is to show this when the user select a category from the custom video player exmaple.
Thanks in advance
0 Kudos
2 REPLIES 2
TheEndless
Channel Surfer

Re: How do I implement the "loading please wait" message?

I believe what you're looking for is the roOneLineDialog.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
belltown
Roku Guru

Re: How do I implement the "loading please wait" message?

Another option, if you're using an roPosterScreen, is to display a loading message while you're switching categories with: screen.ShowMessage ('Loading ...')

Then call screen.ClearMessage () when you've finished loading. Just don't use the 'clear As Boolean' parameter to ClearMessage () that is documented in the Component Reference, because there's no such parameter.
0 Kudos