Displaying 2 results from an estimated 2 matches for "1002d".
Did you mean:
1002
2002 Mar 02
3
sorting listview by clicking header
...'s correct this time around. anyways,
the one thing missing to get my app working is column sorting (done by
clicking a header). i have below the output from a
"trace+listview,trace+header" run of the app, clipped just to the
click on the header.
trace:header:HEADER_WindowProc hwnd=1002d msg=84 wparam=0 lParam=f601ba
trace:listview:LISTVIEW_WindowProc (hwnd=1002c uMsg=210 wParam=201 lParam=4005b)
trace:header:HEADER_WindowProc hwnd=1002d msg=21 wparam=1002b lParam=2010001
trace:listview:LISTVIEW_WindowProc (hwnd=1002c uMsg=21 wParam=1002b lParam=2010001)
trace:header:HEADER_WindowP...
2002 Apr 10
0
FoxPro Regressions - followup from Feb
...s to the spy++
>program, run it under windows and compare the messages between wine
>and windows.
Ok, I've managed to do that. I ran:
wine --debugmsg +mouse,+event,+window,+message vfp.exe
and this is the end of what I got:
trace:event:EVENT_ProcessEvent Got event MotionNotify for hwnd 1002d
trace:event:EVENT_ProcessEvent returns.
trace:message:SPY_EnterMessage (0001002d) L"{Fox_4000001}" message
[0084] WM_NCHITTEST sent from self wp=00000000 lp=025f0261
trace:message:SPY_EnterMessage (0001002d) DefWindowProc32:
WM_NCHITTEST [0084] wp=00000000 lp=025f0261
trace:message:...