Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ignacio
Visitor

roGridScreen description issue on 3.1

Hello,

my code:
theme.GridScreenDescriptionImageSD  = "pkg:/images/Grid_Description_Background_SD43_1.png"
theme.GridScreenDescriptionOffsetSD = "(150,70)"
theme.GridScreenDescriptionImageHD = "pkg:/images/Grid_Description_Background_Landscape_HD.png"
theme.GridScreenDescriptionOffsetHD = "(190,255)"


seems to have no effect on the positioning of the description on firmware 3.1. It keeps showing up on the top-left corner of the screen.
Any ideas?
0 Kudos
2 REPLIES 2
RokuChris
Roku Employee
Roku Employee

Re: roGridScreen description issue on 3.1

That can happen if you call Show() on your roGridScreen before setting it up. Be sure you call SetupLists() before Show()
0 Kudos
ignacio
Visitor

Re: roGridScreen description issue on 3.1

THIS.

Fixed the issue, thanks Chris.
0 Kudos