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: 
uarlive
Visitor

mrss feed SetFocusedListItem

Does screen.SetFocusedListItem function with the mrss feed template?

Thanks
0 Kudos
2 REPLIES 2
RokuChris
Roku Employee
Roku Employee

Re: mrss feed SetFocusedListItem

Sure. SetFocusedListItem() works with any roPosterScreen.
0 Kudos
uarlive
Visitor

Re: mrss feed SetFocusedListItem

thanks. 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.
0 Kudos