"RokuChris" wrote:
For roListScreen, you want SDBackgroundImageUrl, HDBackgroundImageUrl http://sdkdocs.roku.com/display/sdkdoc/ ... +Meta-Data
roParagraphScreen doesn't support anything but a solid color for a background.
"TheEndless" wrote:
SDBackgroundImageUrl/HDBackgroundImageUrl are associated with the items, but they are displayed in the background starting in the upper-right corner, just below the overhang, so if you supply a full 1280x720 image, it'll appear as the background of the screen. Note that this can slow navigation a bit as the screen updates the image while you scroll through the list.
"NewManLiving" wrote:
The screens you are using do not expose a drawable interface. So even if you created bitmaps you would not be able to display them yourself. There is no drawobject or drawtext like the 2D. Perhaps you should look at the imagecanvas or Scene Graph as was suggested
"bcoding" wrote:
Thank you for the information. If I go with the Scene Graph route, I believe it is still in beta phase and will not be compatible for older devices. Isn't it?
"TheEndless" wrote:"bcoding" wrote:
Thank you for the information. If I go with the Scene Graph route, I believe it is still in beta phase and will not be compatible for older devices. Isn't it?
It will be available on all "current" Roku players, which includes devices all the way back to 2011, once the 7.0 firmware rolls out to all players. The only players excluded are the obsolete "classic" models, which Roku dropped support for a few months ago.