Forum Discussion

sleith's avatar
sleith
Visitor
10 years ago

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

1 Reply

  • Just a guess but smaller images would need to be scaled. Scaling is expensive. try not using the setdisplaymode and see what happens