Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
vrihlea
Visitor

m.top.nextPanel causes device restart

m.top.nextPanel = nextPanel

setting nextPanel causes the device to restart
model: 4200X 048.10E04131A

Parent panel extends ListPanel, Child (nextPanel) extends Panel, but adding the "nextPanel" to the panelSet directly works just fine like this:
' m.panelSet is an instance of: https://sdkdocs.roku.com/display/sdkdoc/PanelSet
m.panelSet.AppendChild(nextPanel)
m.panelSet.ReplaceChild(nextPanel, INDEX)



Has anyone else encountered this, I'm curious if there are other workarounds ?
0 Kudos
2 REPLIES 2
vrihlea
Visitor

Re: m.top.nextPanel causes device restart

It looks like it's reproducible only on this device/model
0 Kudos
vrihlea
Visitor

Re: m.top.nextPanel causes device restart

Seems to be related to the 8.1 firmware update
0 Kudos