Do your processing when the user attempts to leave the dialog, trigger when the user enters another field or periodically watch the field for changes (use a timed loop).
----- Original Message ----- From: "AndyP" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 2004 5:13 AM Subject: How to react to changes in a field? > I want to call a function whenever the user writes something into a field. Which event do I have to react to for it? The only thing I found so far is he keyDownEvent, but that occurs when the user STARTS writing, however I need an event whoch occurs when the user has FINISHED writing, as I need to obtain the new value in the field to do some calculations with it. > Any ideas, anyone? > > Thnx for your help and rgds, > > Andy > -- > 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/
