Re: Title Bar of Key Window

2009-08-14 Thread Graham Cox
On 15/08/2009, at 5:42 AM, Eric Gorr wrote: They contain controls that need keyboard input. Non-activating panels allow keyboard input. You might want to look at the method -setBecomesKeyOnlyIfNeeded: --Graham ___ Cocoa-dev mailing list (Cocoa-d

Re: Title Bar of Key Window

2009-08-14 Thread Eric Gorr
On Aug 14, 2009, at 3:44 PM, Quincey Morris wrote: On Aug 14, 2009, at 12:25, Eric Gorr wrote: Well, the basic reason is that the application is undergoing a conversion to Cocoa and the first step is to convert the various NSPanels. The remaining Carbon panels behave this way and it was

Re: Title Bar of Key Window

2009-08-14 Thread Quincey Morris
On Aug 14, 2009, at 12:25, Eric Gorr wrote: Well, the basic reason is that the application is undergoing a conversion to Cocoa and the first step is to convert the various NSPanels. The remaining Carbon panels behave this way and it was desired for everything to look the same until the rest

Re: Title Bar of Key Window

2009-08-14 Thread Eric Gorr
On Aug 14, 2009, at 3:37 PM, Benjamin Stiglitz wrote: I was just wondering if it was possible to control this behavior and not have the title bar highlighted for a particular window, but still allow it to be the key window. The particular kind of window I am interested in is a NSPanel. I

Re: Title Bar of Key Window

2009-08-14 Thread Benjamin Stiglitz
I was just wondering if it was possible to control this behavior and not have the title bar highlighted for a particular window, but still allow it to be the key window. The particular kind of window I am interested in is a NSPanel. Is it an inspector-type window? You may want to make it no

Re: Title Bar of Key Window

2009-08-14 Thread Eric Gorr
On Aug 14, 2009, at 3:17 PM, Quincey Morris wrote: On Aug 14, 2009, at 11:56, Eric Gorr wrote: In the Window Programming Guide, it states: To mark the key window for users, AppKit highlights its title bar. I was just wondering if it was possible to control this behavior and not have the t

Re: Title Bar of Key Window

2009-08-14 Thread Quincey Morris
On Aug 14, 2009, at 11:56, Eric Gorr wrote: In the Window Programming Guide, it states: To mark the key window for users, AppKit highlights its title bar. I was just wondering if it was possible to control this behavior and not have the title bar highlighted for a particular window, but st

Title Bar of Key Window

2009-08-14 Thread Eric Gorr
In the Window Programming Guide, it states: To mark the key window for users, AppKit highlights its title bar. I was just wondering if it was possible to control this behavior and not have the title bar highlighted for a particular window, but still allow it to be the key window. The partic