• 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
menu-free app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

menu-free app


  • Subject: menu-free app
  • From: Daniel Child <email@hidden>
  • Date: Thu, 08 Dec 2005 01:50:09 -1000

Hi again,

I am still looking for a way to set up a menu-free app. I thought this might help:


#import <Cocoa/Cocoa.h>

int main(int argc, const char *argv[])
{
[NSApplication sharedApplication];
[NSBundle loadNibNamed:@"TestPanel" owner:NSApp];
[NSApp run];
return 0;
}

Unfortunately, the execution gets canceled because there is "no launchable application to run." Does anyone know what I am missing? Essentially, I want to launch a helper application that contains a window with a bunch of useful tools. I'm using ProjectBuilder and 10.2.8. Thanks.

Daniel
_______________________________________________
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
  • Follow-Ups:
    • Re: menu-free app
      • From: Alex Fischer <email@hidden>
    • Re: menu-free app
      • From: Duncan Alexander Oliver <email@hidden>
  • Prev by Date: Re: 2933 errors!
  • Next by Date: Re: SyncServices: identifier problem
  • Previous by thread: Re: 2933 errors!
  • Next by thread: Re: menu-free app
  • Index(es):
    • Date
    • Thread