On 2006-04-17, David Ek <[EMAIL PROTECTED]> wrote: > Ton, > > The "convert to uppercase" is only supposed to be active in the Log Entry > form, not the Contest Settings form. I'm handling the event in the event > handler for that form. It works for me using the emulator and 4.1, but not > the simulator and 5.x. >
First apologies for the misunderstanding. I can confirm this behaviour with one of my own apps. It seems that for 5.x you have to catch the keyDownEvent before it is given to SysHandleEvent. Doing it later (i.e. in the event handler for your form) is too late in 5.x. So when your Log Entry form is active you have to intercept the keyDownEvent before giving it to SysHandleEvent. HTH Ton van Overbeek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
