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

Re: Develop home screen just like Amazon OnDemand

I just had to keep guessing...

ListItemText
ListItemHighlightText

It'd be great to hear about more, but that's enough to get me by.
0 Kudos
mumme
Visitor

Re: Develop home screen just like Amazon OnDemand

Do you guys know how Amazon did that fullscreen image below the roListScreen?

I was able to get a 250x250 image next to the menu using this piece:

screen = CreateObject("roListScreen")
screen.SetContent([
{title:"Item", hdPosterURL:"pkg:/images/imageA.jpg" },
{title:"Another item", hdPosterURL:"pkg:/images/imageB.jpg"}
])

Next question would be, how do I change the image of the selected item focus ring? The documentation is not clear on how we do it.

Thanks!
0 Kudos