Am Die, 2002-12-24 um 10.39 schrieb Amit Solanki: Hi,
> In my application I want to do specific tasks on pressing 6 Hard > Keys of the palm without launching default applications (addressbook, > memopad, todo list etc.). > Say incrementing one counter on pressing each key. > > How can detect that event and launch my own code on that event? > Is is possible with keyDownEvent? Yes. You just need to make sure that you check for this event first before calling SyshandleEvent, so you might have to modify your event loop. -- Daniel Seifert <[EMAIL PROTECTED]> -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
