search for: statemask

Displaying 3 results from an estimated 3 matches for "statemask".

2002 Mar 02
3
sorting listview by clicking header
...roc hwnd=1002d msg=46 wparam=0 lParam=40566768 trace:listview:LISTVIEW_WindowProc (hwnd=1002c uMsg=100e wParam=0 lParam=40566b88) trace:listview:LISTVIEW_GetItemRect (hwnd=1002c, nItem=0, lprc=0x40566b88) trace:listview:LISTVIEW_GetItemT (hwnd=1002c, lpLVItem={mask=10, iItem=0, iSubItem=0, state=0, stateMask=0, pszText=(null), cchTextMax=0, iImage=0, lParam=0, iIndent=0}, internal=1, isW=1) trace:listview:LISTVIEW_GetItemBoundBox (hwnd=1002c,nItem=0,lpRect=0x40566840) trace:listview:LISTVIEW_WindowProc (hwnd=1002c uMsg=1027 wParam=0 lParam=0) trace:listview:LISTVIEW_GetItemBoundBox result TRUE: (2,15)-...
2007 Mar 19
4
Objects "uncompletely" displayed
Hello, I would like to ask some help about the following problem: I'm running a soft called beersmith (www.beersmith.com) with wine. The soft is running but some lists are uncompletely displayed. Only the first column is displayed but I can sort lists on unvisible columns. I already have asked help from the developpers but havn't received any usefull answers:
2006 Oct 13
0
Wine release 0.9.23
...bItem = 0 manually. taskmgr: Remove ZeroMemory() calls and instead set the relevant fields (usually just iSubItem) to zero manually. gphoto2.ds: Remove ZeroMemory() calls and instead set the relevant fields (usually just iSubItem) to zero manually. shell32: Don't forget to set stateMask when calling LVM_GETITEM/LVIF_STATE. winecfg: Remove unneeded memset() calls. d3d8: Fix '\n' typo. oleview: Fix the placement of a '\n'. user/tests: It is perfectly valid for some sysparams registry fields Add missing '\n's to Wine traces....