m.tracker=m.top.createChild("TrackerTask")
"jacobposner" wrote:
Where does one find this TrackerTask.xml file?
"jmendoza" wrote:"jacobposner" wrote:
Where does one find this TrackerTask.xml file?
Hi!, you can download it here: https://devtools.web.roku.com/roku-advanced-layout-editor/ (RALE Component)
I like this tool, but It would be great if we can export the layout... or update the code if you import the project's foler 😞
I'm not sure if OP still has this problem, but for me I couldn't launch the channel because the root component didn't inherit from Scene.
Which was bizarre, because it inherits from OverhangPanelSetScene, which according to the docs inherits from Scene. So this doesn't work:
<component name = "OverhangPanelSetSceneExample" extends = "OverhangPanelSetScene" >
<component name = "OverhangPanelSetSceneExample" extends = "Scene" >