Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
EyalA
Reel Rookie

Delay loading of posters in gridscreen / rowlist

I need to be able to either:

1. Call EnableHostVerification() for each poster, or

2. Manually download the poster to tmp:/ and update the HDPosterUrl to point to it (for performance reasons, do it after the grid already shown)

 

I didn't find a way to do #1 (no access to ifUrlTransfer).

When I implement #2, because the original urls failed to download, the poster gets a transparency treatment that I'm unable to remove when I update the poster with the succcessfully downloaded poster.

Any advice?

0 Kudos
3 REPLIES 3
RokuJonathanD
Community Moderator
Community Moderator

Re: Delay loading of posters in gridscreen / rowlist

Hi @EyalA,

Have you looked at Grid Screen channel in the SceneGraph master sample channel. It demonstrates how to load posters from the thumbnails in a content feed into a RowList component. 

0 Kudos
EyalA
Reel Rookie

Re: Delay loading of posters in gridscreen / rowlist

I haven't looked recently. I'll take another look. Thanks!

0 Kudos
EyalA
Reel Rookie

Re: Delay loading of posters in gridscreen / rowlist

@RokuJonathanD 

I looked and I'm not sure how it helps me solve the problem. Can you elaborate?

0 Kudos