Results 1 to 3 of 3

Thread: Screen get white on minimize?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Screen get white on minimize?

    What do you do on minimize, and restore of the dialog ?

  2. #2
    Join Date
    Aug 2008
    Posts
    19
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Screen get white on minimize?

    Trying using qApp->processEvents() after updating the ProgressBar and on show and resize events. This white screen usually means that tha application is busy with a process, and it's other events (like painting) are pending. ProcessEvents forces the app to process all the pending events.

    Hope this helps

Similar Threads

  1. Setting manually cursor position on multi screen systems
    By irreriwan in forum Qt Programming
    Replies: 0
    Last Post: 4th March 2008, 09:47

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.