peterjtracey
9 years agoVisitor
Mysterious error in roSpringboardScreen
I set up a content associative array and pass it to the springboardscreen object doing:
screen.SetContent(show)
on this line I get an error (warning? doesn't pull up the debugger...) "BRIGHTSCRIPT: ERROR: roSpringboardScreen.SetContent: Failed to box a bsTVAL.: pkg:/source/appChannel.brs(166)"
The screen comes up with no image, title, etc. I googled the error message but get no results of any use. Doesn't seem like anyone else is getting this error so I have no idea what's going on with my code.
Can anybody help me?
screen.SetContent(show)
on this line I get an error (warning? doesn't pull up the debugger...) "BRIGHTSCRIPT: ERROR: roSpringboardScreen.SetContent: Failed to box a bsTVAL.: pkg:/source/appChannel.brs(166)"
The screen comes up with no image, title, etc. I googled the error message but get no results of any use. Doesn't seem like anyone else is getting this error so I have no idea what's going on with my code.
Can anybody help me?