[Bug 33235] New: WM_NOTIFY receive problem

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 17 08:21:25 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=33235

             Bug #: 33235
           Summary: WM_NOTIFY receive problem
           Product: Wine
           Version: 1.5.26
          Platform: x86-64
        OS/Version: Mac OS X
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: comctl32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: sfence.software at gmail.com
    Classification: Unclassified


Created attachment 43955
  --> http://bugs.winehq.org/attachment.cgi?id=43955
source code of bug example application

I have wine 1.5.26 compiled with ./configure && make && make install

I found a problem and for example create an example program.

It looks like, that when I create tab control with HWND_MESSAGE parent and
lately change parent with use SetParent function to window parent (line 79 in
attachment) and show it, it isn't posting WM_NOTIFY message to actual parent. 

Example program work good on MS Window XP. I tested it myself. 

My command for compile example appliaction:
i686-w64-mingw32-gcc -o main.exe main.c -luser32 -lgdi32 -lcomctl32

pastie of source code (this is in attachment too):
http://pastebin.com/YdFbZGxa

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list