"TheEndless" wrote:
Here's an example of downloading content in SceneGraph: https://sdkdocs.roku.com/display/sdkdoc ... er+Content
And here's a list of B/S components that can and can't be used in SceneGraph: https://sdkdocs.roku.com/display/sdkdoc ... pt+Support
This indicates that roMessagePort can't be created in SceneGraph. It can definitely be used in a Task script, but probably not in the render thread.
figures. This complicates my work then. Thank you; this will require a lot of reading for me to get this fixed.