ryanthompson
6 years agoChannel Surfer
Trying to create roUrlTransfer object with ComponentLibrary
I need some help because I'm stuck. I've been writing using ComponentLibrary. See:
https://developer.roku.com/docs/references/scenegraph/control-nodes/componentlibrary.md
I cannot create an roUrlTransfer object. As a proof of concept, I edited the ComponentLibrary.zip sample code here:
https://github.com/rokudev/samples/tree/master/utilities
I added these two lines
transfer = CreateObject("roUrlTransfer")
print "transfer "; transferThe output was:
transfer invalid
Does this mean that you cannot create this of type roUrlTransfer in component libraries?