--- In [email protected], sgp <[EMAIL PROTECTED]> wrote: > > Sheri wrote: > > > - Changed the behavior of the combo box after a successful search > > conducted from the bar or dialog window. The change does not affect > > the behavior of a search initiated by preselecting text in the > > starting window. > > I don't see any change from the previous version, I still get > floattostring(x) > as a match for `f o r` > > Minor issue: Holding down the Ctrl key while hovering the CA button doesn't do anything here. Isn't it > supposed to show About info? >
You need to type your search text where it says "enter search text here". Only when typing f-o-r directly to the combo box (when it has not been searched) do I see floatstring(x) above for. Pickstring uses listbox not combo box. But the only differerence I see between the searching behavior is that pickstring reloads its list after each keystroke to its search box whereas you have press Enter after typing to CA's search box. I could probably do that in the dialog variant but I think performance would take a hit. Using dropdown style gives you what may look like an edit field on top of a list box, but CA uses a combo box. Typing to it has autocompletion behavior, not search behavior. If you tab down into pickstring's list box without searching first, and start entering f-o-r, that is more comparable to what you must be doing in CA. Regards, Sheri
