Applet flicker when scrolling
in
Integration and Hardware
•
1 year ago
I've successfully exported a sketch to an applet, uploaded it to my server, and got it running on my site. However, I'm experiencing an issue in IE8 where when I'm on the page with the embedded applet and I scroll up and down the page in the browser (either with mousewheel or scrollbar), the applet flickers on the screen. I've uploaded it to Open Processing and experienced the same issue. However, other sketches on Open Processing don't exhibit the flickering behavior, which leads me to suspect it's something in my sketch.
Anyone experience anything like this before? I use noLoop() in the sketch and only call loop() when there's something going on (mouseover, click, etc) -- could that have something to do with it? I'm also using table.pde (to load data) and integrator.pde (to smooth transitions) from Fry's Visualizing Data.
Here's the openproccesing link, if that helps.
1