Why would IBOutlet NSPanel *aWindow be nil?
Why would IBOutlet NSPanel *aWindow be nil?
- Subject: Why would IBOutlet NSPanel *aWindow be nil?
- From: Dale Gillard <email@hidden>
- Date: Sat, 9 Apr 2005 22:52:24 +1000
I've an existing Nib file to which I've added a new panel. That is,
I've added an outlet to the IB instance, dragged and connected the
instance to the panel, and then added the IBOutlet reference to the .h
file using the code, IBOutlet NSPanel *aWindow.
But... when I run the project the new panel does not appear when I send
it a makeKeyAndOrderFront: message. I've run the app in the debugger
and the outlet is nil. Is there something I'm doing wrong? Thanks.
Dale
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden