hugetv
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2015
01:47 PM
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
<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
1 REPLY 1
hugetv
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2015
08:36 PM
Re: help this error
solved
Our system http://www.rokumanager.com