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

help this error

this code

<opml version="1.0">
<categories StartupScreen="0" >
<category title="Cat 1" subtitle="" url="" img="" showAsList="0" showAsPortrait="0" catAge="0">
</category>
</categories>
</opml>


Function StartupScreen()
raw = NWM_UT_GetStringFromURL( "http://127.0.0.1/config.opml" )
opml = CreateObject("roXMLElement")
opml.Parse(raw)
return ValidStr(opml.categories@StartupScreen)
End Function

ShowPosterScreen(categories, "Menu", "", "+StartupScreen()+", 0)

this erro linea red
Our system http://www.rokumanager.com
0 Kudos
1 REPLY 1
hugetv
Visitor

Re: help this error

solved
Our system http://www.rokumanager.com
0 Kudos