Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
pcnweb
Level 7

roSGNode:ContentNode - Print Change Parameter Array Contents

Given:

<Component: roSGNode:ContentNode> =
{
    change: <Component: roAssociativeArray>
    focusable: false
    focusedChild: <Component: roInvalid>
    id: ""
}

What's the easy way to echo the change: <Component: roAssociativeArray> contents to console for debugging?
0 Kudos
2 REPLIES 2
jasonwright
Level 7

Re: roSGNode:ContentNode - Print Change Parameter Array Contents

Using Roku Eclipse plugin do:

print ContentNode.change
0 Kudos
pcnweb
Level 7

Re: roSGNode:ContentNode - Print Change Parameter Array Contents

Not using Eclipse, via the command line I tried:

? m.postergrid.content.change

that returns:

<Component: roAssociativeArray> =
{
    Index1: 0
    Index2: 0
    Operation: "none"
}

which of course is completely unhelpful.
0 Kudos