In Palm OS 5.x, direct manipulation of the event queue no longer seems to work - as those who keep recommending exiting an application by stuffing an AppStop event directly into the event queue will discover to their chagrin.
As to how exactly to achieve what you want - I don't know; I've never tried uppercasing the user input myself. What if you eat the keyDown event (by setting handled to true) and then broadcast a keyDown event (with the uppercased character) yourself, using EvtAddEventToQueue? I don't know whether it will work, though. Regards, Vesselin -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
