• 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
Re: Loadable bundle as a document window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Loadable bundle as a document window


  • Subject: Re: Loadable bundle as a document window
  • From: Clark Cox <email@hidden>
  • Date: Wed, 16 Nov 2005 14:25:10 -0500

On 11/16/05, Steve Israelson <email@hidden> wrote:

> This bundle's main class is a subclass of NSWindowController. Its
> init method looks like this:
> - (id)init;
>         {
>         [super initWithWindowNibName:@"MyCoolWindow"];
>         }

I hope you mean:

-(id)init
{
  return [super initWithWindowNibName:@"MyCoolWindow"];
}


--
Clark S. Cox III
email@hidden
http://clarkcox3.livejournal.com/
http://homepage.mac.com/clarkcox3/
 _______________________________________________
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

References: 
 >Loadable bundle as a document window (From: Steve Israelson <email@hidden>)

  • Prev by Date: Loadable bundle as a document window
  • Next by Date: Re: NSDrawer buttons still active when parent window has a sheet open
  • Previous by thread: Loadable bundle as a document window
  • Next by thread: Issue round-tripping XHTML through NSTextView
  • Index(es):
    • Date
    • Thread