http://bugs.winehq.org/show_bug.cgi?id=6337 bobbyg(a)gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- Component|wine-user |wine-comctl32 Summary|ComboBox strings are |ComboBoxEx strings are |truncated for OWNERDRAW |truncated (Acrobat 7) |styles (Acrobat 7) | ------- Additional Comments From bobbyg(a)gmx.net 2006-04-10 15:56 ------- The results on Win2k show that CB_GETLBTEXTLEN messages aren't forwared to the ComboBox (or ListBox) as in Wine. Instead, CB_GETITEMDATA is called twice which leads to the assumption that the length is retrieved directly in ComboBoxEx. A further investigation shows that the return value of sizeof(DWORD) is correct for the ListBox. Changing summary & component accordingly. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.