jaxim
7 years agoVisitor
ZoomRowList rowDecorationComponentName property not being able to be set??
I am not able to successfully set the rowDecorationComponentName of the new ZoomRowList. According to the following documentation page on ZoomRowList, the property should be a string of the component name.
https://sdkdocs.roku.com/display/sdkdoc/ZoomRowList#ZoomRowList-ZoomRowListFields
But I get the following error:
=================================================================
Warnings occurred while creating XML component [name of component]
-- Type mismatch occurred when setting the "rowDecorationComponentName" field of a "ZoomRowList" node
at line 99 of file pkg:[path and name of component file].xml
=================================================================
If I set the rowDecorationComponentName property to an array like the following, this warning does not happen. However, the init() function of the rowDecoration component does not get called.
rowDecorationComponentName='["TestTitle"]'
Is there a way to resolve this? Or is the zoomRowList not quite ready for primetime?
https://sdkdocs.roku.com/display/sdkdoc/ZoomRowList#ZoomRowList-ZoomRowListFields
But I get the following error:
=================================================================
Warnings occurred while creating XML component [name of component]
-- Type mismatch occurred when setting the "rowDecorationComponentName" field of a "ZoomRowList" node
at line 99 of file pkg:[path and name of component file].xml
=================================================================
If I set the rowDecorationComponentName property to an array like the following, this warning does not happen. However, the init() function of the rowDecoration component does not get called.
rowDecorationComponentName='["TestTitle"]'
Is there a way to resolve this? Or is the zoomRowList not quite ready for primetime?