Re: Some Cocoa Objective-C problems - please help
Re: Some Cocoa Objective-C problems - please help
- Subject: Re: Some Cocoa Objective-C problems - please help
- From: Jonathan Jackel <email@hidden>
- Date: Thu, 26 Jun 2003 11:20:24 -0400
3]when a button cell is selected, and "delete" key on
the keyboard is pressed, i need to call a function in
"keydown",the "keyDown" event does not get called, why
is it.? i have made the required connections.What am i
missing?
My first guess is that you may not be properly capitalizing the method
name. Capitalize the D.
My second guess is that your object is not the first responder and some
other object in the responder chain is swallowing the keyDown event.
By the way, if you have four distinct questions, you'll probably get a
better response if you send four messages to the group, each with a
descriptive subject line. People here are busy. If you can't define
your problem in the subject line, many people who would otherwise be
happy to help simply won't read your message.
Jonathan
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.