[Wine] Re: Objects "uncompletely" displayed

Duane Clark junkmail at junkmail.com
Mon Mar 19 00:52:42 CDT 2007


Frederick Amorison wrote:
> 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: http://www.beersmith.com/forum/index.php?topic=897.0
> 
> I think this could be a problem with wine but have no clue on how to
> find more. 

Well, I ran beersmith with WINEDEBUG=+listview, and the one thing that 
jumps out at me is that the columns are being set like this. Notice that 
columns 1-3 are being set first, and then column 0. I suspect that is 
breaking Wine.

trace:listview:LISTVIEW_WindowProc (uMsg=1006 wParam=0 lParam=33f978)
trace:listview:LISTVIEW_SetItemT (lpLVItem={iItem=7, iSubItem=1, 
state=0, stateMask=3, pszText="Pride of Ringwood [10.00%]  (0 min)", 
cchTextMax=80, iImage=4}, isW=0)
trace:listview:textdupTtoW    wstr=L"Pride of Ringwood [10.00%]  (0 min)"
trace:listview:LISTVIEW_WindowProc (uMsg=1006 wParam=0 lParam=33f978)
trace:listview:LISTVIEW_SetItemT (lpLVItem={iItem=7, iSubItem=2, 
state=0, stateMask=3, pszText="Hops", cchTextMax=80, iImage=4}, isW=0)
trace:listview:textdupTtoW    wstr=L"Hops"
trace:listview:LISTVIEW_WindowProc (uMsg=1006 wParam=0 lParam=33f978)
trace:listview:LISTVIEW_SetItemT (lpLVItem={iItem=7, iSubItem=3, 
state=0, stateMask=3, pszText=" - ", cchTextMax=80, iImage=4}, isW=0)
trace:listview:textdupTtoW    wstr=L" - "
trace:listview:LISTVIEW_WindowProc (uMsg=1006 wParam=0 lParam=33f978)
trace:listview:LISTVIEW_SetItemT (lpLVItem={iItem=8, iSubItem=0, 
state=0, stateMask=3, pszText="0.55 lb", cchTextMax=80, iImage=12}, isW=0)
trace:listview:textdupTtoW    wstr=L"0.55 lb"


More information about the wine-users mailing list