brightscript - Black screen appearing without loading indicator after splash screen in roku scene graph -


i working on roku app using scene graph component. in application when launch application showing black screen on few seconds between splash screen main screen want showing loader in between screen. possible in scene graph? please provide suggestion resolve it.

to accomplish in recent work added progress dialog @ scene.xml (last component on top of everything) transparent background , default visible property true.

<progressdialog   id="progressdialog"   title=""   backgrounduri="pkg:/images/dialog-transparent.png"   visible="true" /> 

when content finishes loading hide it

  m.progressdialog.visible = false 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -