aram-cbs
9 years agoVisitor
Problem using ComponentLibrary
Hi guys,
I have Roku custom library, and I can successfully load it into the my project runtime. But I want my component to extend component from downloadable library. Here is the link of documentation that tells it is possible https://sdkdocs.roku.com/display/sdkdoc ... entLibrary
But when app is start from main.brs it's scanning all components from package "components" and gives me an XML parse-in error. So if this is not working why not remove from documentation or do you know how to extend library component?
Thank you
I have Roku custom library, and I can successfully load it into the my project runtime. But I want my component to extend component from downloadable library. Here is the link of documentation that tells it is possible https://sdkdocs.roku.com/display/sdkdoc ... entLibrary
<Component name="customComponent" Extends="Library:Component">
But when app is start from main.brs it's scanning all components from package "components" and gives me an XML parse-in error. So if this is not working why not remove from documentation or do you know how to extend library component?
Thank you