[Bug 20570] In vb6 drop down combo width cannot be altered

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 20 21:41:25 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=20570

Bruno Jesus <00cpxxx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |00cpxxx at gmail.com

--- Comment #2 from Bruno Jesus <00cpxxx at gmail.com> 2011-08-20 21:41:24 CDT ---
I can confirm this problem in 1.3.26. The SendMessage always return CB_ERROR
(as it's possible to see in the source code from previous comment) although it
sets the value droppedWidth correctly.

The main problem is that the bounding box is calculated when the object is
created and then no more updates are made. Even if new items are added. On
Windows the droppedWidth value is used correctly after changed.

I'm building some test cases and cross testing on windows.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list