Developers

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
babuhari123
Visitor

Which screen to be use to make Setting to our application

Hi friends,

I want to make some setting to my application just like roku setting app
can any one tell me which screen to be use to make setting

its better is any code snippet for me

Please help me.........
Tags (1)
0 Kudos
3 REPLIES 3
germix
Visitor

Re: Which screen to be use to make Setting to our applicatio

0 Kudos
mumme
Visitor

Re: Which screen to be use to make Setting to our applicatio

port = CreateObject("roMessagePort")
screen = CreateObject("roListScreen")
screen.setMessagePort(port)
screen.show()
screen.SetContent([
{title:"Item"},
{title:"Another item"},
{title:"Another item"},
{title:"Another item"},
{title:"Another item"},
{title:"Another item"},
{title:"Another item"},
{title:"Another item"},
{title:"The third item"}
])

Do you guys know how to set a poster for each title? Or how I can add an image on the right side of the menu?
Tags (1)
0 Kudos
RokuChris
Roku Employee
Roku Employee

Re: Which screen to be use to make Setting to our applicatio

"mumme" wrote:
Do you guys know how to set a poster for each title? Or how I can add an image on the right side of the menu?


roListScreen uses the sdPosterURL and hdPosterURL attributes of the content-meta-data structure just like other screen types. http://sdkdocs.roku.com/display/RokuSDK ... +Meta-Data
Tags (1)
0 Kudos
Community is Temporarily in Read-Only Mode!

We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. You will not be able to log in or post new comments or kudos during this time. Read more here.

Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 12 and you may notice reduced functionality. In the meantime, for additional assistance, visit our Support Site.

Thanks for your patience — we’re excited to share what’s next!