I’ve fianlly started working with the roGridScreen and am experiencing a strange problem that I haven’t been able to fix as yet.
The description box is being displayed in the upper left corner of the screen and a portion of the lower right screen is being clipped.
If I turn off display of the description box the clipped portion is displayed. If I turn the display back on the clipping occurs again
(I added some logic to my app to toggle display of the description on a remote button push).
Here’s a screen shot:
That can happen when you call the grid’s Show() function before calling SetupLists() and SetListNames(). Be sure to set the screen up before displaying it and you should avoid that issue.
The description showing up in the upper left sounds like you’ve got the GridScreenDescriptionOffsetSD/HD set incorrectly. It should be a quoted string in the format “(x, y)”.
EDIT: Or, I guess it can happen if the screen is configured out of order as RokuChris mentioned.