This simple code works on all of our Rokus (both Roku 3 and Roku 1) except the Roku XS:
Sub Main()
dialog = CreateObject(“roOneLineDialog”)
dialog.SetTitle(“Loading please wait…”)
dialog.ShowBusyAnimation()
dialog.show()
dialog.close()
’ display a screen so the home page doesn’t show in the background
screenFacade = CreateObject(“roPosterScreen”)
?“Debug” ’ THIS DOESNT GET RUN OR ANYTHING AFTER IT
screenFacade.show()
’ do more stuff to load main screen of app
end sub
There are no errors output and the documentation doesn’t say anything changed. Our channel is now broken for anybody using this Roku.
Please advise!
