Kevin,
This looks soo totally perfect, but then it doesn't appear to work. I was able to change the color of the text, but I can't seem to change the text itself.
I added the following lines to the "Sub initTheme()" in appMain.brs of the "videoplayer" example...
theme.SpringboardTitleText = "#FF0000"
theme.SpringboardDirectorLabelColor = "#FF00FF"
theme.SpringboardDirectorLabel = "Written by"
... the color of the title and director label did change, but the text is still director. Any tips?
~tommy
"RokuKevin" wrote:
We support this already. Please look at the roApplicationManager object and set the SpringboardDirectorLabel to the text that you desire.
--Kevin