"chetankj" wrote:
I think i found the problem. When i set the vertFocusAnimationStyle = "fixedFoucse" sections does not show up. But when i set the vertFocusAnimationStyle = "fixedFocusWrap" Sections show up.
Can any one at Roku confirm if this is platform issue or something i am not doing right or Sections are only supported with "fixedFocusWrap"?
Thanks
I hacked (as with most things on Roku) around the issue of item retrieval by also creating and populating a flat version of my content and using that for accessing the data. For example:
sub load()
section = createObject("roSGNode", "ContentNode")
section.contentType = "SECTION"
for each item in items
section.appendChild(node) m.flatContent.appendChild(node.clone(true))
end for
m.markupList.content = section end sub ... sub onItemFocused() selectedNode = m.flatContent.getChild(m.markupList.itemFocused) ... end sub
We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. Read more here.
Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 19th and you may notice reduced functionality.
In the meantime, for additional assistance, visit our Support Site.
We're sorry for this disruption — we’re excited to share what’s next!
For support, visit support.roku.com.