What event should I watch for to find when the text in a field has changed? I'm trying to implement a search field along with a list that updates as you type in the field.

The closest I've come to this so far is watching for keyDownEvent and checking if the field has focus but unfortunately the event occurs before the field is updated. I would have thought fldChangedEvent would do it, but this is only for something to do with fields scrolling.

--
Trevor

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

Reply via email to