You could note the value reported by the last keyDownEvent, but only do something useful with it in fldChangedEvent.
On Fri, 18 Feb 2005 17:50:07 -0000, Marvin Bellamy <[EMAIL PROTECTED]> wrote: > I'm trying to make dynamic changes within my application based on each > character a user enters into a text field. My application generates a > keyDownEvent, but this event is created *before* the text field is actually > modified. So, my subsequent query on the text field for the current field > value returns the *old* value, and not the new value including the last > character entered. > > Is there a good way to handle this event without manually editing the text > field? > -- > For information on using the Palm Developer Forums, or to unsubscribe, please > see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
