pcnweb
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2019
01:42 PM
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?
<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?
2 REPLIES 2
jasonwright
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2019
07:52 AM
Re: roSGNode:ContentNode - Print Change Parameter Array Contents
Using Roku Eclipse plugin do:
print ContentNode.change
print ContentNode.change
pcnweb
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2019
08:11 AM
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.
? m.postergrid.content.change
that returns:
<Component: roAssociativeArray> =
{
Index1: 0
Index2: 0
Operation: "none"
}
which of course is completely unhelpful.