Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JohnBasedow
Visitor

A better alternative to roTextScreen?

The roTextScreen is nearly impossible to read at a distance, does anyone have an idea how I can get a scrolling text screen like the one for the "Third Party Licenses" screen under Roku Settings?

From what it sounds like, roParagraphScreen won't scroll if the text is too large, so am I stuck with having to create a custom component?
0 Kudos
2 REPLIES 2
NewManLiving
Visitor

Re: A better alternative to roTextScreen?

Theoretically You can probably try the rolistscreen
With transparent bitmaps as the highlight
You can even add your logo on the side
Of course you would have to divide
The text into separate line items for the list
My Channels: 2D API Framework Presentation: https://owner.roku.com/add/2M9LCVC
Updated: 11-11-2015 - Completed Keyboard interface
The Joel Channel ( Final Beta )
0 Kudos
RokuJoel
Binge Watcher

Re: A better alternative to roTextScreen?

You can use roParagraphscreen to show text and add Next and Previous buttons to the bottom so the user can page through text that way, You'll have to reload the screen each time you page forward or backwards.

- Joel
0 Kudos