• 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: Initializing the menubar without Interface Builder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Initializing the menubar without Interface Builder


  • Subject: Re: Initializing the menubar without Interface Builder
  • From: Robert Nikander <email@hidden>
  • Date: Sat, 3 Nov 2007 14:54:19 -0400


On Nov 3, 2007, at 2:29 PM, mmalc crawford wrote:
On Nov 3, 2007, at 10:12 AM, Robert Nikander wrote:

I could answer this myself if I could see the source code for NSApplicationMain, but that's not available, correct?



void NSApplicationMain(int argc, char *argv[]) {
    [NSApplication sharedApplication];
    [NSBundle loadNibNamed:@"myMain" owner:NSApp];
    [NSApp run];
}


I'm trying to set up the menus programmatically, without loading nibs, so I would need to the see source for other functions called by NSApplicationMain as well.

Rob
_______________________________________________

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: Initializing the menubar without Interface Builder
      • From: mmalc crawford <email@hidden>
References: 
 >Initializing the menubar without Interface Builder (From: Robert Nikander <email@hidden>)
 >Re: Initializing the menubar without Interface Builder (From: mmalc crawford <email@hidden>)

  • Prev by Date: Re: Problems with xib
  • Next by Date: Re: Initializing the menubar without Interface Builder
  • Previous by thread: Re: Initializing the menubar without Interface Builder
  • Next by thread: Re: Initializing the menubar without Interface Builder
  • Index(es):
    • Date
    • Thread