• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

applet flickering/blinking/flashing on Mac

 
Ranch Hand
Posts: 401
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My applet uses double-buffering and renders fine on a PC. But on a Mac, I get a nasty flicker - esp. when scrolling the applet.

Is there anything I can do about this? (I notice the Mac flickers a lot even when it's starting up...)
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, I am having the same problem and use applets quite a bit. I noticed the Crossword applet the Washington Post uses -- also flickers in the Mac FireFox browser. Safari works fine. So does FireFox on the PC.

Does anyone know if Mozilla plans to look into or fix this issue?

Q...
 
reply
    Bookmark Topic Watch Topic
  • New Topic