Forum Discussion

babuhari123's avatar
14 years ago

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.........

3 Replies

  • 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?