Re: Listbox: Infinite loop

2000-07-31 Thread Dirk Thierbach
gerard patel wrote: > IMO the problem is that the app is trying to set the dimensions of > the listbox to fit the number of entries it wants. Unfortunately, there > is a little change somewhere and the list gets a bit smaller than > necessary to fit an integral number of items, Wine (the listbox

Listbox: Infinite loop

2000-07-26 Thread Dirk Thierbach
The change by Stephane Lussier on 2000-06-07 broke my favorite 16bit application, Stars!. The problem is that after the change that Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting the size in bot