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

Roku Screen Layouting

I have started working on pre-defined components in roku like poster screen , grid screen etc... still i have few doubts on these.

1. is Possible to customize the roku inbuilt components(poster screen , grid screen) ? 
2. is Possible to layout the screen like below attached image ? like in one parent div having multiple child divs . is any other way to achieve this?

0 Kudos
1 REPLY 1
EnTerr
Roku Guru

Re: Roku Screen Layouting

There was a related question recently, see viewtopic.php?f=34&t=97430

The ro-components cannot be customized. Each of them - by and large - is a full-screen UI. As such you cannot fit them inside divs or frames in a bigger screen. Customization is limited to theme-ing (colors, fonts, images), no inner re-arrangement.

You either have to use the available ones - or for advanced layouts you can use roImageCanvas, roScreen or RSG (roSgNode & co) - listed in order of increasing difficulty.
0 Kudos