lock_4815162342
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-23-2017
11:30 AM
Change Description box background color on roGridScreen
Is there a way to change the background color on the roGridScreen's description box? I have searched high and low and can not find this property anywhere. :?: I have tried GridScreenDescriptionBackgroundColorHD, GridScreenDescriptionBackgroundHD, GridScreenDescriptionHD and maybe some others none of these are working for me.
Or ;)... is there a way to change the background to a custom image? I saw that a channel development service offers this feature but I can't find how to do it. Here is a link to the service that offers it, http://www.instanttvchannel.com/roku/grid (bottom of page) .
I am not using ScreenGraph I am just using standard development with the Roku structures.
Thank you very much for taking the time to read this. Any information that you can offer will be helpful. š
Or ;)... is there a way to change the background to a custom image? I saw that a channel development service offers this feature but I can't find how to do it. Here is a link to the service that offers it, http://www.instanttvchannel.com/roku/grid (bottom of page) .
I am not using ScreenGraph I am just using standard development with the Roku structures.
Thank you very much for taking the time to read this. Any information that you can offer will be helpful. š
2 REPLIES 2
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-24-2017
11:51 AM
Re: Change Description box background color on roGridScreen
That is done through roAppmanager --
GridScreenDescriptionImageHD
URL to set HD Description callout background image on Grid.
pkg:/images/Description_Background_HD.ng
GridScreenDescriptionImageSD
URL to set SD Description callout background image on Grid.
pkg:/images/Description_Background_SD43.png
https://sdkdocs.roku.com/display/sdkdoc/roAppManager
GridScreenDescriptionImageHD
URL to set HD Description callout background image on Grid.
pkg:/images/Description_Background_HD.ng
GridScreenDescriptionImageSD
URL to set SD Description callout background image on Grid.
pkg:/images/Description_Background_SD43.png
https://sdkdocs.roku.com/display/sdkdoc/roAppManager
lock_4815162342
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-27-2017
06:05 AM
Re: Change Description box background color on roGridScreen
Thank you very much. This was very helpful. š š®