NSPanel key equivalents not working

2009-09-14 Thread Andy Bettis
Having upgraded to Snow Leopard and Xcode 3.2 I did some work on an existing project, rebuilt it, and now the key equivalents for buttons on a drop-down sheet don't seem to be working. All looks fine in IB and the buttons work when clicked but the key equivalents (escape and return) aren't

Re: NSPanel key equivalents not working

2009-09-14 Thread Andy Bettis
Hi, It appears that the problem is with NSDatePicker - if it's the first responder it 'eats' escape and return keystrokes, although doesn't seem to do anything with them. Seems like a bug but any practical workarounds would be appreciated. Rev. Andy Having upgraded to Snow Leopard and