I'm getting this error and can't seem to understand why. This is inside a XML file which is the only reason I can think of this not working.
BRIGHTSCRIPT: ERROR: roRegistrySection: class PLUGIN|MARKUP on thread RENDER: pkg:/components/videoexamplescene.xml(136)
BrightScript Micro Debugger.
Enter any BrightScript statement, debug commands, or HELP.
Suspending threads...
Thread selected: 1* ...onents/videoexamplescene.xml(137) If sec.Exists(key) Return sec.Read(key)
Current Function:
134: Function RegRead(key,section=invalid)
135: If section=invalid section="Default"
136: sec=CreateObject("roRegistrySection",section)
137:* If sec.Exists(key) Return sec.Read(key)
138: Return invalid
139: End Function
'Dot' Operator attempted with invalid BrightScript Component or interface reference. (runtime error &hec) in pkg:/components/videoexamplescene.xml(137)
137: If sec.Exists(key) Return sec.Read(key)