Hi folks, what I want to do is to intercept a datebook hardbutton key press, and handle it manually. If conditions are not met I want to ignore the button press completely, and I'm not sure how to avoid the launch of Datebook, or kill it if it is underway.
You don't need to do anything special. You just need to check the event you get from EvtGetEvent before passing it to SysHandleEvent. That's your chance to intercept the hard key press before the system sees it and turns it into a SysUIAppSwitch to the Datebook app.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
