Re: Toolbars
Re: Toolbars
- Subject: Re: Toolbars
- From: Steven Frank <email@hidden>
- Date: Fri, 28 Sep 2001 16:04:27 -0700
On Friday, September 28, 2001, at 03:58 PM, John C. Randolph wrote:
I'm trying to add a toolbar to a document-oriented app. I thought I
was following the sample code pretty much exactly, but the sample code
works and mine doesn't.
Have you confirmed that -windowControllerDidLoadNib: is getting called,
and that [inController window] is returning a valid NSWindow
reference? If that connection got broken in IB, that would explain the
symptom.
Yes, windowControllerDidLoadNib is getting called.
[inController window] appears to be returning a valid NSWindow
pointer... at least, it's not nil.
Steven
References: | |
| >Re: Toolbars (From: "John C. Randolph" <email@hidden>) |