sbjun
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2013
03:54 AM
roGridScreen Overhang
Hi,
I am trying to set the Overhang on a roGridScreen from a web server but have been unsuccessful. I changed only one line in the simplegrid example:
to
The overhang does not load in the second case.
Suggestions?
Thanks
SBJun
I am trying to set the Overhang on a roGridScreen from a web server but have been unsuccessful. I changed only one line in the simplegrid example:
theme.GridScreenLogoHD = '"pkg:/images/Overhang_Test_HD.png"
to
theme.GridScreenLogoHD = "http://192.168.1.200/images/Overhang_Test_HD.png"
The overhang does not load in the second case.
Suggestions?
Thanks
SBJun
2 REPLIES 2


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2013
10:59 AM
Re: roGridScreen Overhang
Overhangs must be stored locally. In most cases, you'd just bundle them into your pkg, but if you must use images from the cloud, download them to tmp:/ first using roURLTransfer.
sbjun
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2013
12:11 PM
Re: roGridScreen Overhang
Thanks Chris. I will try the roURLTransfer method. The use case in this instance requires an ability to update the overhang image from cloud -- so we cant use pkg:/ to store the overhang