Forum Discussion

zcode7's avatar
zcode7
Visitor
13 years ago

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

2 Replies

  • ...
    If msg.isListItemSelected() Then
    ' Show "retrieving" facade
    facade = CreateObject("roPosterScreen"
    facade.ShowMessage("Loading content...")
    facade.Show()
    ' Load content
    ....
    Else If...