> From: Joe [mailto:[EMAIL PROTECTED]] > That is not a good idea. Changing one event into another event > will have bad side effects if you don't know what you are doing.
In particular, it won't work in the PACE emulator in OS 5. If you modify the event from within an event handler, you'll modify just the shadow event structure created by the OS rather than the original event structure created back in your event loop. So in event handlers you should treat the passed-in event as a const object. -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
