Hello Tim,
Thanks for your reply.
I've modified the code as you suggested, but I'm still having the same error:
101: m.getHomeOptionsList = createObject("roSGNode", "getLabelListContent")
m.getHomeOptionsList.setField("uri", "http://www.sdktestinglab.com/homeoptionslistcontent.xml")
103: m.getHomeOptionsList.observeField("content", "showhomeoptionslist")
104: m.getHomeOptionsList.functionName = "showhomeoptionslist"
105: m.getHomeOptionsList.control = "RUN"
106: end sub
Interface not a member of BrightScript Component (runtime error &hf3)
Any other suggestion? Someone said that I'd have to run the code on the Main Thread but I have no idea about how to do that.