CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2000
    Posts
    13

    component flicker

    I am working on a animated java menu. It works fantastic in internet explorer but flickers horribly in netscape.

    The applet uses a custom layout manager and a daemon thread to size the buttons.

    How can I eliminate the awefull netscape flicker?

    I have overridden all my update( Graphics g ) methods to do nothing but it doesnt help in NS.

    You can view the menu at
    http://www.terracorps.com

    D


  2. #2
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: component flicker

    If you haven't implemented double-buffering, try implementing it. It gives remarkable effect.

    - UnicMan
    http://members.tripod.com/unicman

  3. #3
    Join Date
    Sep 2000
    Posts
    13

    Re: component flicker

    I have already tried that.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured