"flingsoft" wrote:
I am using roSpringboardScreen, sorry I totally mis-spoke. I was just trying to get Actors to show up in the sample videoplayer app and its always blank. Its in the file appDetailScreen.brs, I think its an issue with the sample code. I will keep on it.
The video player example is admittedly confusing and I haven't looked at it in quite a while. It is correctly displaying the contents of the
actors array on the springboard. If you look at line 157 of showFeed.brs, you will see that it is populating the actors array with the contents of the <genre> tag from the XML. You would probably need to make some modifications to support display of multiple actors.
Also worth noting, the springboard operates in different modes depending on the value of the
contentType attribute. Not all of them display actors. Check out the documentation for SetDescriptionStyle() on page 44 of the component reference for more information.