Forum Discussion
EnTerr
11 years agoRoku Guru
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.