roTextScreen Theme Attributes

Are there any Theme Attributes that affect roTextScreen? I really, really, really hate white backgrounds.

-JT

Hello,

Yes, there is some limited theme attribute support on this screen. Here are the attributes supported:

TextScreenBodyText
TextScreenBodyBackgroundColor
TextScreenScrollBarColor
TextScreenScrollThumbColor

Cheers,
Jon

Thanks Jon! Works great.

-JT

Jon,

What is the best way we can help maintain the documentation?

For example, this information should go on the roAppManager page.

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 :wink:

Cheers,
Jon

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