Subject Re: [IBO] TIB_LookupCombo, TIB_LookupList combination
Author Florian Hector
Daniel,

> I have an application which uses TIB_LookupCombo and
> TIB_LookupList combination on a grid. It works beautifully.
> However, I have one minor issue which I need to resolve.
>
> The problem is that once the grid has loaded the data, and a user
> clicks on the TIB_LookupCombo, which inturn makes the
> TIB_LookupList display its contents, the first time it is
> displayed, the TIB_LookupList is small in size (width and height,
> so that it contains scroll bars), if the user clicks on the same
> TIB_LookupCombo once more, this second and any subsequent times
> the TIB_LookupList is displayed with the correct width and
> height.
>

this might be the same problem I had some time ago.
It was only visible when there were only one or two values in the
LookupList, and only when it was dropped down for the first time after
opening the dataset.
You can solve the problem by setting the property DropDownWidth to a higher
value.
If you have older postings available, there was a thread about it at around
13th of May 2004.

Florian