Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sleith
Level 7

Lagging browsing at roPosterScreen

Hi,
I have categories that i shown with roListScreen.When click the category, it goes to movies list screen with roPosterScreen:
screen = CreateObject("roPosterScreen")
screen.SetListStyle("flat-category")
screen.SetListDisplayMode("zoom-to-fill")

Some categories can browse smooth, but i found some others are not smooth (browsing by press right or left button on remote control).
I tried to remove the images (empty the HDPosterUrl and SDPosterUrl), it works smooth.
So then i thought it is image size issue, but after i check the lagging ones have small sizes, much smaller compared to the other categories that scrolled smoothly.
I checked the log, the lagging is not on remote control issue, when press button it prints the log fast.
Any idea about this?

Thanks
0 Kudos
1 REPLY 1
NewManLiving
Level 8

Re: Lagging browsing at roPosterScreen

Just a guess but smaller images would need to be scaled. Scaling is expensive. try not using the setdisplaymode and see what happens
My Channels: 2D API Framework Presentation: https://owner.roku.com/add/2M9LCVC
Updated: 11-11-2015 - Completed Keyboard interface
The Joel Channel ( Final Beta )
0 Kudos