On Mon, 15 Jan 2007 16:12:17 +0100, Bernard Desgraupes
<email@hidden> wrote:
> There are handlers on {kEventClassCommand, kEventCommandProcess} and on
> {kEventClassKeyboard, kEventRawKeyDown} at the application level.
> [...]
> Has anyone any suggestion as to why the kEventCommandProcess handler is
> not called ?
My guess is that your kEventRawKeyDown handler is returning noErr which
tells the (carbon event) system that it has handled the event and not to
propagate it to other event handlers (such as the memu command key handler).
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientist
Apple Developer Technical Support (DTS)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden
This email sent to email@hidden