Adheus Rangel
Results
2
issues of
Adheus Rangel
When running the following code in a not scope: **SomeNode.brs** ``` sub init() m.top.myNodeField = CreateObject("roSGNode", "Group") ?m.top.myNodeField ?m.top.myNodeField.getParent() ' Should return m.top end sub ``` On Roku brightscript implementation,...
I currently have a component that is dependent on `m.top.getScene()`. Is there a way to mock this function so I wouldn't have to change the current code base? Currently, it...
enhancement