Comboex: CBES_EX_NOSIZELIMIT

Dimitrie O. Paun dimi at bigfoot.com
Wed Aug 21 13:45:38 CDT 2002


On August 21, 2002 02:21 pm, Bill Medland wrote:
> Coincidentally I am just starting to investigate an issue with our software
> that relates to the ComboBox code so since you are thinking about it maybe
> you can bear it in mind.

That's an interesting point, and I think it's related to my question, if only
from the perspective that it might help us understand things better in
this area.

But to be honest with you, I'm don't understand exactly how you
set the size of the the Combo and how you set the size of the Listbox
(when you have a dropdown combo).

All these are related:
  -- we change the size of the combo when we should change just
the size of the Listbox (your problem)
  -- when we do change the size of the comboex, we should limit
it (I think) to the size of Listbox unless we have the NOSIZELIMIT
flag set (my problem).

It seems we have 3 sizes here:

 +=========+
 |  ________    |
 |  |_______|    |
 |  {                }    |
 |  {_______}    |
 +=========+


 The = is the comboex window
 The -- is the combo
 The {} is the listbox

Right?

--
Dimi.




More information about the wine-devel mailing list