Forum Discussion
belltown
13 years agoRoku Guru
If you want a screen with options the user can select with some explanation for each option, you may be able to use an roListScreen instead of an roSpringboardScreen. The advantage of an roListScreen is that you're not just limited to 5 options as you are with an roSpringboardScreen. Also, you can display an image and 2 lines of descriptive text for each option. However, you don't get to take advantage of the different ways in which the roSpringboardScreen can display the content meta-data items. I just don't see an easy way of doing a tooltip-like effect on an roSpringboardScreen.