I am using the CaretPosition of a TextField in order to switch fields based on a keyPressed event. The problem is that this event is not behaving consistantly. Sometimes the event is handled before the character appears (which is what I want) and sometime the event is handled after the character is added (not what i want). When the later happens my keyPressed event doesn't switch to the next field causing a serious problem.
Does anyone know how to force this keyPressed event to occurs before the character is added to the TextField?
Does anyone know how to force this keyPressed event to occurs before the character is added to the TextField?