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: 
sleith
Visitor

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
Visitor

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