--- In [email protected], sgp <[EMAIL PROTECTED]> wrote:

Thanks sgp,

> Not a snag, just a question. Is there a way to search for typed
> characters anywhere in the string? Right now CA anchors the
> search at character position 1, so if I type "fo" looking for
> "format" I get "for", while "*Format" would be an obvious match
> for me - but it isn't matched because its first character is "*".

It loads all the matches (matched anywhere in the string) into the
combo box. Then it scrolls to the first exact match (if any) at
position 1. If the highlighted match isn't the one you want, you need
to scroll backwards to see matches that are above it. Hit the Home key
to scroll to the top (which in this case is *Format). Were you aware
of that? Maybe the scrolling part should be configurable (or different
if the new alternate focus flag is on).

Regards,
Sheri

Reply via email to