TheEndless,
Thanks again for further, helpful instruction. Your suggestion didn't seem to work at first, but I kept playing around with it and finally figured out that the first thing the app has to do is call the code to set the theme.
Sub Main()
set_the_theme()
.....rest of code.......
End Sub
Sub set_the_theme()
app = CreateObject("roAppManager")
theme= CreateObject("roAssociativeArray")
theme.GridScreenLogoOffsetHD_X = "0"
theme.GridScreenLogoOffsetHD_Y = "0"
theme.GridScreenOverhangHeightHD = "0"
theme.GridScreenOverhangHeightSD = "0"
theme.GridScreenBackgroundColor = "#FFFFFF"
theme.BackgroundColor = "#FF0000"
app.SetTheme(theme)
End Sub
This is something else that isn't mentioned in the documentation for roAppManager. Could have definitely saved me 30 minutes there.
So your suggestion seemed to take care of the issue there as far as the top of the screen goes. However, I have now set the background color to white just for testing. It doesn't show up on the screenshot that I provided, but there is actually a light gray line that starts out in the top left hand corner, goes to the bottom of the last row (not screen), heads right until it gets to the left side of the description box, then heads up to right below the title line, then heads right to the right side of the screen where it goes back up to the top. On the left and right side the line seems to be about 20-30 pixels from the edge of the screen.
Is this like the edge of the canvas drawing for the grid? Is there a way to set the color of this line or remove it completely?
roAppManager
http://sdkdocs.roku.com/display/sdkdoc/roAppManagerNew Screenshot
https://drive.google.com/file/d/0B7pkex ... sp=sharing
שלום חבר
Dean at the School of Truth: a part of Autodidact University.
"A programmer is just a tool which converts caffeine into code"
Temet nosce
Vi Veri Veniversum Vivus Vici
Si vis pacem, para bellum