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

Make "Loading" Display

Hi everyone,

Thanks for your help yesterday with my debug console issues!

I'm wondering if there's any way to display a "retrieving" screen immediately when an item is selected. Right now, things are just loading in the background until everything is loaded in then it abruptly switches to the next poster screen.

Any help is much appreciated.

Zach
0 Kudos
2 REPLIES 2
TheEndless
Channel Surfer

Re: Make "Loading" Display

...
If msg.isListItemSelected() Then
' Show "retrieving" facade
facade = CreateObject("roPosterScreen"
facade.ShowMessage("Loading content...")
facade.Show()
' Load content
....
Else If...
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
zcode7
Visitor

Re: Make "Loading" Display

Thanks!
0 Kudos