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: 
buenafe
Visitor

What is best approach to display tabular text data?

Suppose I have a record containing small thumbnail pic, text1, text2, text3.
(If adding the pic/icon is too difficult, I'm okay with just strings)

I'd like to create an app which can scroll up or down the records, say like a rudimentary table.
It's isn't a video channel, just information to browse. Max. number of records say is small and static. Later I can deal with fetching chunks at a time.

Looking advice from the seasons developers here on best approach for me to study.
My roku development learning is still in progress, primarily tweaking examples.
----------------------------------------------------------------------------------
current: two roku XDS 2xs, dtvpal, boxeebox, kylo.tv,
radar: wdlxtv.com
0 Kudos
2 REPLIES 2
RokuChris
Roku Employee
Roku Employee

Re: What is best approach to display tabular text data?

There's no built in screen type for that kind of thing. You would have to draw it from scratch using roImageCanvas or the newer 2D graphic APIs introduced in firmware 3.0.
0 Kudos
jbrave
Channel Surfer

Re: What is best approach to display tabular text data?

You might also do it with roparagraphscreen, useful for displaying simple text, with previous and next buttons.

Joel
Screenshades: The first Screensaver for Roku2!
Musiclouds: The best free internet music, on your Roku!
Ouroborialis: Psychedelic Screensaver for Roku!
0 Kudos