Do you guys know how Amazon did that fullscreen image below the roListScreen?
I was able to get a 250x250 image next to the menu using this piece:
screen = CreateObject("roListScreen")
screen.SetContent([
{title:"Item", hdPosterURL:"pkg:/images/imageA.jpg" },
{title:"Another item", hdPosterURL:"pkg:/images/imageB.jpg"}
])
Next question would be, how do I change the image of the selected item focus ring? The documentation is not clear on how we do it.
Thanks!