Hi Roku community I want to know if someone can advice me about how can open a new xml view.
I wrote the code like show in the Roku documentation but it dosen't open the view only show me a plash but never show in the new window just be in the view where I'm. This's my code.
screen = CreateObject("roSGScreen")
m.port = CreateObject("roMessagePort")
screen.setMessagePort(m.port)
scene = screen.CreateScene("PlayerScreen")
screen.show()
Hi @devsmarquez,
Have you looked at our SceneGraph: Build a Channel video course and master sample channel. These are valuable resources that should help expidite your transition to SceneGraph.