Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-69074

The implemented nativeEvent message is not match as sent

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.11.2
    • 5.11.1
    • Widgets: Main Window
    • None
    • Windows 10 Version 1803 (17134.112)
    • Windows
    • c44e8b25662d096f2bffa02c057104b2a1cdf7c4 qtbase/5.11, 21.6.2018, 5.11.2)

      caller:

      SendMessage((HWND)winId(), 0x4096 , 0, 0);

      callee:

      nativeEvent(const QByteArray &eventType, void *message, long *result){

      MSG*msg = (MSG*)message;

      qDebug("Msg:%X",msg->message); //won't catch 0x4096

      }

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            enonrick Yuchien Huang
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes