http://bugs.winehq.org/show_bug.cgi?id=20570
Summary: In vb6 drop down combo width cannot be altered Product: Wine Version: 1.1.32 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: winebug@pdadevelopments.co.nz
when running wine version(1.1.32) on osx(winebottler), it has been discovered that drop down boxes do not expand to the width of the longest data row, when the following code at www.http://www.vbforums.com/showthread.php?p=593960 is run. The problem also occurs when running wine(stable) on centos 5.3
I have just started using wine, but I am guessing that either:- i) The set statement between vb6, or the corresponding win code, and the linux(X) gui is missing, or ii) The X drop down widget does not have a modify drop down width setting, or iii) none of the above :)
Basically, SendMessage(mCombo.hwnd, CB_SETDROPPEDWIDTH, PixelWidth, 0) does not work. The drop down width stays at the initial combo box width, as set when the control was initially layed out. Or, the drop down combo width cannot be changed.
thanks
peter