Forum Discussion

uarlive's avatar
uarlive
Visitor
14 years ago

mrss feed SetFocusedListItem

Does screen.SetFocusedListItem function with the mrss feed template?

Thanks

2 Replies

  • 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.