Forum Discussion
2 Replies
- RokuChrisRoku EmployeeSure. SetFocusedListItem() works with any roPosterScreen.
- uarliveVisitorthanks. Chris. I had it in the wrong spot.
mrss = NWM_MRSS(show.url)
content = mrss.GetEpisodes()
selectedEpisode = 0
screen.SetContentList(content)
screen.SetFocusedListItem(3)
screen.Show()
this worked in the EpisodeScreen.brs file.