Uzair_Abdullah
2 years agoStreaming Star
Can't set background of InitialScreen
Hello, I am trying to set the background colour of my Initial screen through Brightscript:
m.top.backgroundURI = ""
'm.Top.backgroundcolor = "0xe231a3"
m.top.backgroundColor = "0xe231a3"
But, 1) it is not being set 2) I am getting the following warnings:
Warning occurred while setting a field of an RoSGNode
-- Tried to set nonexistent field "backgrounduri" of a "InitialScreen" node
pkg:/components/InitialScreen/InitialScreen.brs(2)
Warning occurred while setting a field of an RoSGNode
-- Tried to set nonexistent field "backgroundcolor" of a "InitialScreen" node
pkg:/components/InitialScreen/InitialScreen.brs(4)
what is this warning, I have done this before once on a screensaver where I set its background to be black, but now it is giving me a warning. How to fix this?