Treeview Notifications Fix (found cause), now I need some help...

Dustin Navea speeddymon at yahoo.com
Wed Oct 30 12:09:44 CST 2002


Hey everyone, after about 3 hours of adding traces to
treeview.c, I have found the line that is causing
all of my headaches!

in /wine/dlls/comctl32/treeview.c:
in function TREEVIEW_NOTIFYFORMAT
i = SendMessageA(GetParent (infoPtr->hwnd),
        WM_NOTIFYFORMAT, (WPARAM)infoPtr->hwnd,
NF_QUERY);

SendMessageA is returning 2 (NFR_UNICODE) on the
StarCraft
installer window.  This is incorrect, the return
should be
1 (NFR_ANSI).  I don't know of any way to get it to
return
1 myself as I dont know windows API, so I am asking
for
some help.  can anyone that has some free time and
knows
the WM subsystem help me out?  Please add yourself to
CC
on bug 1073.

TIA

-Dustin

__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/



More information about the wine-devel mailing list