If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Originally posted by macaroni: When I press the keys, I get a sound from my computer like a beep sound when I press keys and I never see the keyDown get called.
Does your view accept first responder? That is, are you returning YES from -acceptsFirstResponder?
That's most likely the problem you are experiencing.
On a side note, has anybody noticed that XCode occasionally beeps when you type into it's editor window? Then it just stops, all of a sudden. Just wondering if anybody knows what that's all about.
So I decided to make a test project to with a simple custom view to accept first responder and it worked fine.
But with the actual project that I'm working on it didn't. I ended up cleaning my project target and building it again 3 times until for some reason it suddenly worked. I didn't change any code not a single a thing.
Still scratching my head as to why this happened....
Thanks for the reply.!
Originally posted by Tim2 at Omni: Does your view accept first responder? That is, are you returning YES from -acceptsFirstResponder?