How to access the roSGScreen Object inside the Scene Graph Components
Is there a way how we can access the roSGScreen Object inside the Scene Graph Components. Below mentioned is the code in Brightscript main.brs sub Main() screen = CreateObject("roSGScreen"...
I second EnTerr's question. You can walk up the getParent() tree to get to the Scene from a component, but why would you ever need to get access to the roSGScreen?