Subject Re: [IBO] TIB_LookupCombo with my own Popup handle
Author Harald Klomann
Hug wrote:
>
> I have a TIB_LookupCombo where I must control the Popup List myself.
> Well, I write code on TIB_LookupComboDropDown event making my custom
> behavior, which annuls default Popup List . Also, I make
> TIB_LookupCombo->CanDropDown=false;
> and I get to avoid the default popup list, but the DownArrow button stays
> pressed !!?
> Is there any way to restore button appearance?
> TIA,
> Hugo.

Hugo,

why donĀ“t you use the TIB_LookupCombo.CustomPopup ?
Everything is there, to have full control over
the Popup List. Just configure a TIB_Grid to sweet your
needs and assign it to TIB_LookupCombo.CustomPopup.

Harald