Re: A trapped keyDown event

2008-11-10 Thread Eric Gorr
I now have a simple test application which demonstrates this problem http://ericgorr.net/CocoaWithPP.zip Although, instead of Cmd-N, use Cmd-Q with the NSPanel active. The application won't quit. If one clicks on the window and presses Cmd-Q, the application will quit. I have entered a b

Re: A trapped keyDown event

2008-11-07 Thread Eric Gorr
On Nov 7, 2008, at 4:24 PM, Eric Gorr wrote: The problem I am having is that when my NSPanel is the key window and I press Cmd-N to create a new document window, the event is not handled correctly and no new document window is created. If the NSPanel is not the key window, the event is han

A trapped keyDown event

2008-11-07 Thread Eric Gorr
The problem I am having is that when my NSPanel is the key window and I press Cmd-N to create a new document window, the event is not handled correctly and no new document window is created. If the NSPanel is not the key window, the event is handled correctly and I get a new document window