infordio-hieida / snackr

Automatically exported from code.google.com/p/snackr
1 stars 0 forks source link

Scrolling is slow on wider monitors #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Snackr on a wide monitor (with resolution >2500 pixels wide, like
Rob's big honking CinemaDisplay at work that we're all jealous of)
2. Try to make the ticker run faster

What is the expected output? What do you see instead?
The ticker runs slower than the actual speed setting, and can't be made
faster. This is because bitmap caching fails when the width of the
container being scrolled is >2880. 

The fix is to break up the main scrolling container into multiple
containers, or wait for a future version of Flash where they ease up on the
bitmap size restriction :)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by nop...@gmail.com on 1 Jun 2008 at 6:41

GoogleCodeExporter commented 9 years ago
it keeps starting and stopping.  Runs smoothly at first, but gradually degrades.

Original comment by Dr.Av...@gmail.com on 25 Jun 2009 at 4:39