ignacio
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2013
06:38 PM
roGridScreen description issue on 3.1
Hello,
my code:
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?
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?
2 REPLIES 2


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2013
10:32 AM
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()
ignacio
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2013
01:54 PM
Re: roGridScreen description issue on 3.1
THIS.
Fixed the issue, thanks Chris.
Fixed the issue, thanks Chris.