NumericEntryField Confirm

Thanks for the clarification on system.gui.confirm, as well as a proposed solution for my issue. However, I am not seeing a “valueChanged” event for the Numeric Entry Field component, instead the closest event being “onCompositionEnd”. I tried adding a Logout action to this event, but I could not get it to trigger (assuming that it is triggered when the field is updated upon touching “Done” or “Return” on my iPhone on-screen keypad). Is the “onCompositionEnd” event supported in the Numeric Entry Field? If not, is there a different component I should be using? Thanks for your help.

UPDATE: Upon further testing, I found that the “onActionPerformed” event of the Component Events triggered after updating the Numeric Entry Field’s value. I will continue on with your suggested method. Thanks!

UPDATE: I just found a more detailed description of that suggested method here. Thanks again!