Forum Discussion

nithyaak's avatar
nithyaak
Visitor
11 years ago

How to implement Roku's Setting like screen

Hi,
I would like to implement similar to "Settings" screen in Roku player. How can i do that.? I looked at the ListScreen sample and can able to display content in "Lists", however, when I selected a item, it displays a short description and an image but I want display another list screen/content in texts, like what Roku's Settings menu does. (e.g I would like to mimic roku (Home button) -> Settings -> About or Settings -> Network )
Any sample code would be much appreciated.

Thanks
  • I don't think the exact component used in Roku main screen is available. But you can implement functionality resembling that (sans the neat side-scroll) with roListScreen: when you get roGridScreenEvent, check if msg.isRemoteKeyPressed() and msg.getIndex() = 5 (right arrow), to show next screen. Ditto for msg.isListItemSelected() you get on OK.