Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
I am tracking the playback position within a roVideoScreen and POSTing it back to my server. This all works fine.
I use the following navigation path: roGridScreen --> roPosterScreen (episodes) --> roSpringboardScreen --> roVideoScreen
So when the roVideoScreen closes (due to user navigation or playback completed) I am returned to the roSpringboardScreen. But because it was already on the stack, it does not get refreshed/reloaded and is not aware of the updated playback position.
How can I force a reload of the roSpringboardScreen in this case (so it will populate with updated data)?
... if msg.getindex()=0 then index=playvideoContent(contentList,index) ContentList=getContentFromMyServerAgain() screen.setcontent(content[index]) else if ...