I have checked the forum to see if i could answer my question..I couldnt find an answer..I am trying to figure out what size i need to make my artwork for the ListItemHighlightHD. This is when the user scrolls on my grid..I uploaded a graphic and it will not show up..I dont know if i have the right setting for the psd file..Any suggestions..Thanks abunch..
Jimmy
a) If you’re using the brightscript plugin, sometimes it fails to include the new image in the package. Double-check the .zip file to make sure it’s actually there.
b) I vaguely remember having some issue with list item highlights. I think this one worked though. You’re using a list screen? I know I got something working with rolistscreen.
EDIT: For assets, I blatantly started with this here:
https://github.com/plexinc/roku-client-public
Not that I suggest copying them outright or anything like that, but sometimes ‘what works’ is a good starting point.
“brilesmedia” wrote:
This is when the user scrolls on my grid.
ListItemHighlightHD/ListItemHighlightSD is the focus bar for roListScreen. If you’re trying to change the focus ring on a roGridScreen, use GridScreenFocusBorderHD/GridScreenFocusBorderSD. The size you need to make the focus ring will depend on which grid style you’re using.
“RokuChris” wrote:
“brilesmedia” wrote:
This is when the user scrolls on my grid.
ListItemHighlightHD/ListItemHighlightSD is the focus bar for roListScreen. If you’re trying to change the focus ring on a roGridScreen, use GridScreenFocusBorderHD/GridScreenFocusBorderSD. The size you need to make the focus ring will depend on which grid style you’re using.
So, this means you can’t change the focus ring on a poster screen, right?