Re: Quick question about adding an NSPanel

2009-04-22 Thread Chris Goedde
On Apr 22, 2009, at 7:36 PM, Graham Cox wrote: On 23/04/2009, at 10:19 AM, Chris Goedde wrote: This isn't actually a preference panel, though, and I want the panel to open when the app launches so I added the line: [ self showSettingsPanel: self ]; to the end of the awakeFromNib method of

Re: Quick question about adding an NSPanel

2009-04-22 Thread Graham Cox
On 23/04/2009, at 10:19 AM, Chris Goedde wrote: I have a quick question about adding an NSPanel to an app. I'm following Hillegass's book, so I have a separate controller and nib for the panel. I added an IBAction (showSettingsPanel:) to my main app controller and hooked it up to the Prefe