joetesta
9 years agoRoku Guru
MarkupList example does not include MarkupList
It seems like the Markup List XML Component Example on this page is incorrect, in that it does not actually include a MarkupList
https://sdkdocs.roku.com/display/sdkdoc/MarkupList[/url:1nezyeui]
I'm looking for a way to have a horizontally laid out MarkupList with layoutDirection="horizontal" but that gives
The example MarkupList code on that page does include layoutDirection="horizontal" but that's for LayoutGroup that doesn't accept focus;
I appreciate any suggestions - thanks!
https://sdkdocs.roku.com/display/sdkdoc/MarkupList[/url:1nezyeui]
I'm looking for a way to have a horizontally laid out MarkupList with layoutDirection="horizontal" but that gives
=================================================================
Warnings occurred while creating XML component ChannelSurferFilter
-- Tried to set nonexistent field "layoutDirection" of a "MarkupList" node
The example MarkupList code on that page does include layoutDirection="horizontal" but that's for LayoutGroup that doesn't accept focus;
=================================================================
Warning occurred while setting a field of an RoSGNode
-- Tried to set nonexistent field "focus" of a "LayoutGroup" node
I appreciate any suggestions - thanks!