TommyTheKid
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010
10:43 PM
change "director" and/or "actors" on roSpringboardScreen?
I would like to change the "director" and "actors" text for a movie on the roSpringboardScreen. I know how to set the actors/director. I want to change the actual word "director" to something else. I am guessing its not possible? RFE perhaps? Speaking of which, I am sure I saw genere's in here before, now they are gone off the screen. Any tips?
Tommy
Tommy
5 REPLIES 5

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010
09:22 AM
Re: change "director" and/or "actors" on roSpringboardScreen?
We support this already. Please look at the roApplicationManager object and set the SpringboardDirectorLabel to the text that you desire.
--Kevin
--Kevin
TommyTheKid
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010
09:38 AM
Re: change "director" and/or "actors" on roSpringboardScreen?
"RokuKevin" wrote:
We support this already. Please look at the roApplicationManager object and set the SpringboardDirectorLabel to the text that you desire.
--Kevin
I apologize, I totally missed this.
Tommy
TommyTheKid
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010
10:29 AM
Re: change "director" and/or "actors" on roSpringboardScreen?
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...
... the color of the title and director label did change, but the text is still director. Any tips?
~tommy
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

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2010
05:52 PM
Re: change "director" and/or "actors" on roSpringboardScreen?
This was a bug, but we have a deprecated label to try:
theme.SpringboardDirectorText="Written by"
--Kevin.
theme.SpringboardDirectorText="Written by"
--Kevin.
TommyTheKid
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2010
10:53 PM
Re: change "director" and/or "actors" on roSpringboardScreen?
Wow, I almost tried that, but all the other ones springboardBLAHText were "color" related, thats what led me to change the color as a test.
Thanks,
Tommy
Thanks,
Tommy