Forum Discussion
3 Replies
- germixVisitorYou can use roListScreen (http://sdkdocs.roku.com/pages/viewpage. ... Id=2523576)
- mummeVisitorport = 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? - RokuChrisRoku Employee
"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