vrihlea
8 years agoVisitor
CreateNextPanel manually
Is it possible to create a "nextPanel" without
I tried setting it manually with
adding it to the PanelSet with AppendChild also doesn't work (https://sdkdocs.roku.com/display/sdkdoc/PanelSet)
are there other ways to hack this ?
m.top.ObserveField("createNextPanelIndex", "createNextPanel")
I tried setting it manually with
m.top.hasNext = true
m.top.nextPanel = CreateObject...
m.top.nextPanel.SetFocus(true)
adding it to the PanelSet with AppendChild also doesn't work (https://sdkdocs.roku.com/display/sdkdoc/PanelSet)
are there other ways to hack this ?