Results 1 to 3 of 3

Thread: Irritating message on application output

  1. #1
    Join Date
    Jul 2009
    Location
    Poland, Łódź/Bełchatów
    Posts
    16
    Thanks
    3
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Post Irritating message on application output

    Hi all!
    I have an irritating message on my Application Output in QtCreator console.
    nativeResourceForWindow: 'handle' requested for null window or window without handle.
    I don't know why it appears. On my previous version of Qt (4.8) everything was fine.
    Now I'm using Qt5 5.0.1 RC1 (MinGW), C++11 mode, Windows 7 x64 Professional.
    I have searched on Google, and I have not found answer on my question. Can anybody help me?
    Thanks in advance!

  2. #2

    Default Re: Irritating message on application output

    Have the same problem. My program have more than 10 windows and this message appear only in the constructor one of them . That window have the same structure as others.

  3. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Irritating message on application output

    This comes from some platform integration code.
    nativeResourceForWindow is a function that a QPA (Qt Platform Abstraction) module can provide to offer other points of platform integration (e.g. multimedia backend, printing) access to resources native to the platform.

    If you can find a minimal test case that shows this behavior you could report it in the qt-project.org's issue tracking system.

    Cheers,
    _

Similar Threads

  1. Replies: 8
    Last Post: 21st August 2012, 13:31
  2. Replies: 3
    Last Post: 27th August 2011, 21:44
  3. Error message: The Application crashed
    By josecarlosmissias in forum Newbie
    Replies: 13
    Last Post: 10th December 2009, 16:38
  4. is there any api can send signal/message to other application
    By guchangyuan in forum Qt Programming
    Replies: 7
    Last Post: 27th July 2009, 09:04
  5. getting the error message when trying to run the application in QT
    By pallavi Boyapat in forum Qt Programming
    Replies: 49
    Last Post: 31st October 2008, 12:18

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.