PosterGrid with fixed number of items

Hi:

I’m new to Roku development, I’m trying to create a menu (Scene) with 4 images using a PosterGrid component.

This is static content (images won’t change) so I’m wondering if there’s a way to achieve this? So far, I have only seen PosterGrid being used by fetching its content from a server (dynamic content) but my guess is that since the content is not changing it would be better to have it packaged with the application.

I tried the below, but it doesn’t work (only a black screen is displayed):

<?xml version="1.0" encoding="utf-8" ?>





Any ideas on how to make this work?

Create a primary content node for the poster grid, and then add the 4 manually created children content nodes to it, set the poster grids content to that primary content node.

The content nodes don’t really care where they data came from (online, local data, or hard coded). They just need to be populated in the primary content node and it assigned to the poster grid.

I was really stuck with this one, I did exactly what you mention, and it works like a charm. Thanks a lot!

In case anyone wonders how the xml for the component looks like, it is something like this:

<?xml version="1.0" encoding="utf-8" ?>