Yeah, I remembered all those things after I posted ... sorry for wasting bandwidth!

-koko

On Jul 7, 2010, at 5:23 PM, Kyle Sluder wrote:

On Wed, Jul 7, 2010 at 3:54 PM,  <k...@highrolls.net> wrote:
- (id) initWithWindowNibName:(NSString*)windowNibName
andBFileName:(BFilename*)bfilename
{
       self = [super initWithWindowNibName:windowNibName];
       if (self != nil)
       {
               m_panel = [self window];
               Design *cv = [m_panel contentView];
               cv->m_BFilename = bfilename;
               [m_panel setDelegate:self];
               [m_panel makeKeyAndOrderFront:self];
       }
       return self;
}



Im the above, the call [self window] returns nil. This does not seem
correct. Can some one help me?

Well, for starters, your window controller initializer probably
shouldn't put up the window.

Did you remember to hook up the window in the nib to File's Owner's
window outlet? Did you remember to change the class identity of File's
Owner to your NSWindowController subclass?

--Kyle Sluder


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to