mrss feed SetFocusedListItem

Does screen.SetFocusedListItem function with the mrss feed template?

Thanks

Sure. SetFocusedListItem() works with any roPosterScreen.

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.