Wojtek <[EMAIL PROTECTED]> wrote:
>I'd like to extend my app for searching function like the one in
>Adresses.
>When user enters next char in a field app starts searching.
>I've watched through the code of Adresses by I haven't found it easy.
>Can someone give me short answer which event should I watch for?

Catch keyDownEvent.  If the field has the focus, save a copy of the
old field text, call FldHandleEvent(), then check if the field text
has changed.

-- 
    -M-                                              [EMAIL PROTECTED]

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to