renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2012
01:33 PM
roTextScreen Theme Attributes
Are there any Theme Attributes that affect roTextScreen? I really, really, really hate white backgrounds.
-JT
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
5 REPLIES 5
Anonymous
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2012
06:11 PM
Re: roTextScreen Theme Attributes
Hello,
Yes, there is some limited theme attribute support on this screen. Here are the attributes supported:
TextScreenBodyText
TextScreenBodyBackgroundColor
TextScreenScrollBarColor
TextScreenScrollThumbColor
Cheers,
Jon
Yes, there is some limited theme attribute support on this screen. Here are the attributes supported:
TextScreenBodyText
TextScreenBodyBackgroundColor
TextScreenScrollBarColor
TextScreenScrollThumbColor
Cheers,
Jon
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2012
07:58 PM
Re: roTextScreen Theme Attributes
Thanks Jon! Works great.
-JT
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
MSGreg
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2012
08:25 PM
Re: roTextScreen Theme Attributes
Jon,
What is the best way we can help maintain the documentation?
For example, this information should go on the roAppManager page.
What is the best way we can help maintain the documentation?
For example, this information should go on the roAppManager page.
Anonymous
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2012
12:48 PM
Re: roTextScreen Theme Attributes
Hello MSGreg,
The best input currently is to add notes on the documentation wiki site. We are definitely working to improve the process around documentation updates and you should continue to see improvements moving forward. Step one was getting the docs up on a wiki 😉
Cheers,
Jon
The best input currently is to add notes on the documentation wiki site. We are definitely working to improve the process around documentation updates and you should continue to see improvements moving forward. Step one was getting the docs up on a wiki 😉
Cheers,
Jon

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2012
10:11 AM
Re: roTextScreen Theme Attributes
I just uploaded a sample app showing the different theme attributes supported:
http://sourceforge.net/projects/rokusdk ... p/download
And here's the snippet for your reference:
theme.BackgroundColor = "#222222"
theme.TextScreenBodyText = "#f0f0f0"
theme.TextScreenBodyBackgroundColor = "#111111"
theme.TextScreenScrollBarColor = "#a0a0a0"
theme.TextScreenScrollThumbColor = "#f0f0f0"
theme.ButtonHighlightColor = "#ff0000"
theme.ButtonNormalColor = "#0000ff"
Docs have been updated as well.
Thanks for pointing out the missing attributes!
--Kevin
http://sourceforge.net/projects/rokusdk ... p/download
And here's the snippet for your reference:
theme.BackgroundColor = "#222222"
theme.TextScreenBodyText = "#f0f0f0"
theme.TextScreenBodyBackgroundColor = "#111111"
theme.TextScreenScrollBarColor = "#a0a0a0"
theme.TextScreenScrollThumbColor = "#f0f0f0"
theme.ButtonHighlightColor = "#ff0000"
theme.ButtonNormalColor = "#0000ff"
Docs have been updated as well.
Thanks for pointing out the missing attributes!
--Kevin