search for: hmenu

Displaying 6 results from an estimated 6 matches for "hmenu".

Did you mean: menu
2006 Jan 20
7
Wine and Kaleidagraph
Hi. I am a recently debian user that don't know much about linux, but I work hard :). I was boring about MsWindows and I've decided to change, but I have to work with some Windows programs. Really I have a problem: I must use kaleidagraph in my work,I've seen that this program is available in the Programs database, so I've installed and upgraded my Wine. After that I have
2011 Aug 13
3
User32::MENU_CopySysPopup problem
When this code may fail? Code: /*********************************************************************** * MENU_CopySysPopup * * Return the default system menu. */ static HMENU MENU_CopySysPopup(BOOL mdi) { static const WCHAR sysmenuW[] = {'S','Y','S','M','E','N','U',0}; static const WCHAR sysmenumdiW[] = {'S','Y','S','M','E','N','U','M','D...
2010 Nov 28
2
wine: Unhandled page fault on read access
...unicode=0x0001, mapping=WMCHAR_MAP_DISPATCHMESSAGE) [/build/buildd/wine1.3-1.3.8/dlls/user32/winproc.c:901] in user32 (0x0032e1dc) 18 0x6810b68e DispatchMessageW+0x9d(msg=0x32e32c) [/build/buildd/wine1.3-1.3.8/dlls/user32/message.c:3710] in user32 (0x0032e37c) 19 0x681067bb MENU_TrackMenu+0x40a(hmenu=0x40080, wFlags=0x20000002, x=0, y=0, hwnd=0x10094, lprect=(nil)) [/build/buildd/wine1.3-1.3.8/dlls/user32/menu.c:3228] in user32 (0x0032e3cc) 20 0x681075d8 TrackPopupMenuEx+0x177(hMenu=0x40080, wFlags=0x0002, x=0x01cc, y=0x011c, hWnd=0x10094, lpTpm=(nil)) [/build/buildd/wine1.3-1.3.8/dlls/user32...
2006 Jun 21
6
vertical menus
Hello all, Not a directly related question to scriptaculous or prototype, but I am looking for a good, dynamic vertical javascript menu. I''ve done some searching and there are a lot of menu implementations out there. I''m looking for something more or less free, but will pay/donate a small fee towards something worth while. I figured I''d ask here to help filter down
2020 Aug 01
0
Wine release 5.14
...Implement surrogate data lookup in SxsLookupClrGuid(). sxs: Add support for SXS_LOOKUP_CLR_GUID_USE_ACTCTX in SxsLookupClrGuid(). combase: Move Wdtp* marshalling functions. combase: Move HWND marshalling functions. combase: Move HDC marshalling functions. combase: Move HMENU marshalling functions. combase: Move HICON marshalling functions. Paul Gofman (2): kernel32: Zero initialize module data in fetch_module(). iphlpapi: Fix buffer reallocation in get_pid_map(). Piotr Caban (30): comctl32: Fix non printable characters handling in SB_SETTEXT....
2002 Mar 02
3
sorting listview by clicking header
thanks to all of the great work that has been done to listview, my app is finally readable. cudos on the latest patch that fixed up text (that was getting truncated), it'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