
Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2014
04:38 AM
roTextScreen for firmware 4.3 or newer - should I use this?
(first post!)
I'm working on a simple RPG that will have a lot of text from time to time, and while I haven't yet tested different methods, I found roTextScreen which sounds promising: "...displaying large amounts of scrollable text..."
My concern is that since this only works on firmware 4.3 or newer, should I avoid it?
By using roTextScreen, would I limit myself to only people who have the latest Roku models? Or do older Roku boxes get firmware updates and thus pretty much everyone has 4.3 or newer now? Is this a legitimate concern?
Thanks for any insights.
Ben
PS - I've messed around with setting the theme details for text color, background, scrollbar, etc, but there doesn't seem to be any way to change the color of the little border around the text itself, it stays white/grey. Is it possible to change this color?
I'm working on a simple RPG that will have a lot of text from time to time, and while I haven't yet tested different methods, I found roTextScreen which sounds promising: "...displaying large amounts of scrollable text..."
My concern is that since this only works on firmware 4.3 or newer, should I avoid it?
By using roTextScreen, would I limit myself to only people who have the latest Roku models? Or do older Roku boxes get firmware updates and thus pretty much everyone has 4.3 or newer now? Is this a legitimate concern?
Thanks for any insights.
Ben
PS - I've messed around with setting the theme details for text color, background, scrollbar, etc, but there doesn't seem to be any way to change the color of the little border around the text itself, it stays white/grey. Is it possible to change this color?
5 REPLIES 5
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2014
03:12 PM
Re: roTextScreen for firmware 4.3 or newer - should I use th
roTextScreen works in v3 of the firmware. I can't remember when it was added, but I know it works.
Can't help with the theme/color issue.
-JT
Can't help with the theme/color issue.
-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.
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2014
03:44 PM
Re: roTextScreen for firmware 4.3 or newer - should I use th
The number of devices with unsupported features is insignificant to the power of the dark side... You can still include a firmware version check or eval before using any newer components until the older units die out.

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2014
03:52 PM
Re: roTextScreen for firmware 4.3 or newer - should I use th
In roTextScreen on firmware 3.1 only SetText(string) works not AddText(string) so keep that in mind. Also, I believe SetBreadCrumbText doesn't work on fw 3.1 for this screen.
If you don't see a theme setting for the Border it probably doesn't exist.
A better approach would be to use roImageCanvas for text display where you have more control, or use roScreen where you have even more control over the screen.
- Joel
If you don't see a theme setting for the Border it probably doesn't exist.
A better approach would be to use roImageCanvas for text display where you have more control, or use roScreen where you have even more control over the screen.
- Joel

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2014
04:00 PM
Re: roTextScreen for firmware 4.3 or newer - should I use th
"destruk" wrote:
until the older units die out.
Which might not be for quite a while, usage is back up from around 350k active units (i.e. video streamed in last 30 days) to 500k actively used legacy units.
Many more legacy units are powered on, connected but are not being used.
- Joel

Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2014
04:18 AM
Re: roTextScreen for firmware 4.3 or newer - should I use th
Thanks for the responses. Glad to know roTextScreen works on older units (mostly). I still may indeed use roImageCanvas and roScreen for more control, I was just hoping to get away with maybe using roTextScreen since it's already set up quite a bit the way I would like. We'll see.