• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSWindowController window returns nil
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSWindowController window returns nil


  • Subject: NSWindowController window returns nil
  • From: email@hidden
  • Date: Wed, 7 Jul 2010 16:54:04 -0600

- (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?

-koko
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


  • Follow-Ups:
    • Re: NSWindowController window returns nil
      • From: Kyle Sluder <email@hidden>
  • Prev by Date: Re: How to catch [NSEvent dealloc]?
  • Next by Date: Re: Sanity Check
  • Previous by thread: 2009 WWDC videos
  • Next by thread: Re: NSWindowController window returns nil
  • Index(es):
    • Date
    • Thread