Forum Discussion
joetesta
8 years agoRoku Guru
You could loop over the array and append them using "m.top.appendChild(newNode)" and remove using m.top.removeChild()
see other related methods here: https://sdkdocs.roku.com/display/sdkdoc ... asroSGNode)
Or you could make them all children of a single node and just append / delete that one parent node to m.top as needed
see other related methods here: https://sdkdocs.roku.com/display/sdkdoc ... asroSGNode)
Or you could make them all children of a single node and just append / delete that one parent node to m.top as needed