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

change code from roListScreen to roGridScreen

change code from roListScreen to roGridScreen

        ' for roListScreen
screen = CreateObject("roListScreen")
' use certs to allow for https thumbnails
screen.SetCertificatesFile("common:/certs/ca-bundle.crt")
'screen.SetCertificatesDepth(10)
screen.InitClientCertificates()
screen.SetMessagePort(CreateObject("roMessagePort"))
screen.SetContent(contentList)
Our system http://www.rokumanager.com
0 Kudos