Displaying 3 results from an estimated 3 matches for "02010001".
Did you mean:
01010001
2001 Aug 20
1
Event trail info help request
G'day all,
I'm always running the latest wine built locally, daily from CVS.
I'm using Xfree 4.0.2 with a microtouch touchscreen, and I'm chasing a
mouse event bug.
I write my software in Borland Delphi 4.
For testing, I have written a program that simply intercepts the application
message queue, and filters WM_MOUSEMOVE, WM_LMOUSEDOWN and WM_LMOUSEUP events,
and prints them to a
2002 Apr 10
0
FoxPro Regressions - followup from Feb
...efWindowProc32:
WM_NCHITTEST [0084] returned 00000001
trace:message:SPY_ExitMessage (0001002d) L"{Fox_4000001}" message
[0084] WM_NCHITTEST returned 00000001
trace:message:SPY_EnterMessage (0001002d) L"{Fox_4000001}" message
[0021] WM_MOUSEACTIVATE sent from self wp=00020024 lp=02010001
trace:message:SPY_ExitMessage (0001002d) L"{Fox_4000001}" message
[0021] WM_MOUSEACTIVATE returned 00000003
trace:message:SPY_EnterMessage (0001002d) L"{Fox_4000001}" message
[0020] WM_SETCURSOR sent from self wp=0001002d lp=02010001
trace:message:SPY_ExitMessage (0001002d) L&...
2002 Feb 21
1
Help tracing WINE funcion..
...NNEL(win); (IIRC, everything under /dlls/ was
that way)
So now if I run notepad I get:
wine --debugmsg +win,+shell,+edit,+header,+accel notepad.exe
trace:win:WINPOS_WindowFromPoint found child 10022
trace:edit:EditWndProc_common 32 bit W : WM_MOUSEACTIVATE:
hwnd=00010022, wParam=00010021, lParam=02010001
trace:edit:EditWndProc_common 32 bit W : WM_LBUTTONDOWN: hwnd=00010022,
wParam=00000001, lParam=002f0041
trace:edit:EDIT_WM_LButtonDown About to SetCapture - edit.c
trace:win:SetCapture Calling Event_Capture
trace:win:EVENT_Capture (0x10022) Window #!! -Maybe?
trace:win:EVENT_Capture About to Retur...