Re: Cocoa-dev Digest, Vol 5, Issue 335

2008-03-07 Thread Quincey Morris
On Mar 7, 2008, at 19:59, Daniel Child wrote: OK, thanks. But then in Cocoa you normally use alloc and init together, and that's where the problem is, I think. initWithWindowNibName seems to result in the window being shown automatically. I am instantiating the window controller, and am

Re: Cocoa-dev Digest, Vol 5, Issue 335

2008-03-07 Thread Andrew Merenbach
Hi, Daniel, I haven't been following this thread, unfortunately, but what comes to mind is the checkbox for "Visible at launch" in the window controller's inspector panel. Is that ticked? Cheers, Andrew On Mar 7, 2008, at 7:59 PM, Daniel Child wrote: OK, thanks. But then in Cocoa

Re: Cocoa-dev Digest, Vol 5, Issue 335

2008-03-07 Thread Daniel Child
OK, thanks. But then in Cocoa you normally use alloc and init together, and that's where the problem is, I think. initWithWindowNibName seems to result in the window being shown automatically. I am instantiating the window controller, and am trying to figure out at which point I could gai