search for: translatemessage

Displaying 8 results from an estimated 8 matches for "translatemessage".

Did you mean: translate_message
2001 Mar 10
1
Wine-20010305 - MS Word97 - FlashWindow loop
...000,00000000,00000000) ret=3047292d fs=008f Call user32.18: CallNextHookEx(4b480400,00000000,00000001,405a4574) ret=301fc2b4 fs=008f Ret user32.18: CallNextHookEx() retval=00000000 ret=301fc2b4 fs=008f Ret user32.294: GetMessageA() retval=00000001 ret=3047292d fs=008f Call user32.614: TranslateMessage(405a4574) ret=3047291c fs=008f Ret user32.614: TranslateMessage() retval=00000000 ret=3047291c fs=008f Call user32.153: DispatchMessageA(405a4574) ret=301fbec7 fs=008f trace:relay:WINPROC_CallWndProc (wndproc=0x300808a0,hwnd=00000280, msg=WM_TIMER,wp=00007f01,lp=00000000) Call user32.223: Fla...
2004 Sep 22
1
Problem compiling Corel-WINE
...preprocessing token thunk.c:373:59: pasting "." and "PostThreadMessageA" does not give a valid preprocessing token thunk.c:374:59: pasting "." and "PostThreadMessageW" does not give a valid preprocessing token thunk.c:375:55: pasting "." and "TranslateMessage" does not give a valid preprocessing token thunk.c:376:55: pasting "." and "DispatchMessageW" does not give a valid preprocessing token thunk.c:377:55: pasting "." and "DispatchMessageA" does not give a valid preprocessing token thunk.c:378:47: pastin...
2008 Jul 03
1
Cant use deadkeys in Portuguese keyboard
...keysym=FE53 (dead_tilde), # of chars=1 / "~" trace:key:EVENT_event_to_vkey e->keycode = 33 trace:key:X11DRV_KeyEvent keycode 0x33 converted to vkey 0xdc trace:key:X11DRV_KeyEvent bScan = 0x2b. trace:key:X11DRV_send_keyboard_input wParam=00dc, lParam=002b0001, InputKeyState=0 trace:key:TranslateMessage Translating key VK_OEM_5 (00dc), scancode 2b trace:key:X11DRV_ToUnicodeEx (00DC, 002B) : faked state = 0x0000 trace:key:EVENT_event_to_vkey e->keycode = 33 trace:key:X11DRV_ToUnicodeEx type 2, window 4800007, state 0x0000, keycode 0x0033 trace:key:X11DRV_ToUnicodeEx nbyte = 1, status 0x0 trace:k...
2001 Apr 10
2
Stars! kills X-Server
...:03e0 ds=039f Call USER.31: ISICONIC(0x0138) ret=028f:0363 ds=039f Ret USER.31: ISICONIC() retval=0x0000 ret=028f:0363 ds=039f Call USER.178: TRANSLATEACCELERATOR(0x0138,0x0797,039f:a42e) ret=028f:0379 ds=039f Ret USER.178: TRANSLATEACCELERATOR() retval=0x0000 ret=028f:0379 ds=039f Call USER.113: TRANSLATEMESSAGE(039f:a42e) ret=028f:0387 ds=039f Ret USER.113: TRANSLATEMESSAGE() retval=0x0000 ret=028f:0387 ds=039f Call USER.114: DISPATCHMESSAGE(039f:a42e) ret=028f:03d1 ds=039f trace:relay:WINPROC_CallWndProc (wndproc=0x405dd004,hwnd=000009bc,msg=WM_PAINT,wp=00000000,lp=00000000) trace:relay:WINPROC_CallWndP...
2005 Aug 18
1
Wine 20050725 - Keyboard input not being recognised in 3d - mystery
...0, keycode 18, got 9( trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keysym 0x0000, keycode 19, got 0) etc. etc. then on keypress it gives me this: trace:key:X11DRV_ToUnicodeEx Translating char 0x61 to unicode trace:key:X11DRV_ToUnicodeEx ToUnicode about to return 1 with char 61 trace:key:TranslateMessage 1 -> PostMessageW(0x10024,WM_CHAR,0061,001e0001) trace:key:GetKeyState key (0x12) -> 0 trace:key:GetKeyState key (0x10) -> 0 trace:key:GetKeyState key (0x11) -> 0 trace:key:GetKeyState key (0x11) -> 0 trace:key:X11DRV_KeyEvent type 3, window 3200001, state 0x0000, keycode 0x0026 tra...
2013 Feb 15
0
Wine release 1.5.24
...support for minimizing windows. winemac: Build a map from Mac virtual key codes to Win32 vkeys and scan codes based on Mac keyboard layout. winemac: Rebuild key map when Mac keyboard layout changes. winemac: Generate KEY_PRESS/RELEASE events from Cocoa key events. user32: In TranslateMessage, handle ToUnicode returning 2 or more chars. winemac: Implement ToUnicodeEx(). winemac: Ignore Cocoa's window frame adjustments for off-screen windows. winemac: Implement Beep(). winemac: Implement MapVirtualKeyEx(). winemac: Implement VkKeyScanEx(). winemac:...
2009 Aug 21
0
Wine release 1.1.28
...Correctly assign focus and default button in property sheet wizards. user32/tests: Add tests for saving and restoring control focus. comctl32/tests: Add tests for wizard dialog navigation. winex11: Support KEYEVENTF_UNICODE in SendInput. user32: Handle VK_PACKET messages in TranslateMessage. user32/tests: Add tests for SendInput with unicode. ole32: Repair leak on error path. ole32: Allow small block chains with no property. ole32: Add big block chain to small block chain conversion routine. user32/tests: Fix input test failure in win9x platforms. Andrew...
2008 Apr 18
1
Wine release 0.9.60
...at hwnd is associated with a different context. user32: Make sure there is space for at least 6 items in a combo dropdown without forcing it to be at most 6 items as well. imm32: All HIMCC in the InputContext should be initialized at creation. imm32: Implement ImmProcessKey and ImmTranslateMessage. user32: Call ImmProcessKey in TranslateMessage to allow IMEs to handle key processing if they choose to. imm32: Create the IME UI window with the IME instance so the registered class can be found. wininet: Correct the case where Content-Length is set as well as Transfer-Encoding...