Subject | Re: [IBO] TIB_ComboBox AutoComplete |
---|---|
Author | Gediminas |
Post date | 2003-08-11T15:35:52Z |
I just wonder, why auto-completion (semi-automatic) needs to click the
dropdown list. Why not implement fully-automatic behaviour? :-)
Guess, that code is already there, but need on change event handler
Maybe for the next version this would be implemented?
At 2003.08.07 02:19, you wrote:
The Truth Is Out There
dropdown list. Why not implement fully-automatic behaviour? :-)
Guess, that code is already there, but need on change event handler
Maybe for the next version this would be implemented?
At 2003.08.07 02:19, you wrote:
> > Is there a way to have auto-completion in a TIB_ComboBox? This--/ Gediminas /--
> > feature exists with a TDBComboBox by setting the AutoComplete
> > property to true, but this property does not exist with the
> > TIB_ComboBox. TIA.
>It has what could be called semi-automatic completion: if you start
>typing characters and then click the dropdown list open, the first
>matching list item (if any) will be selected. The edit part will be
>completed to reflect that, and the complete text of the edit part
>selected.
The Truth Is Out There