• 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: Background Only App in Cocoa
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Background Only App in Cocoa


  • Subject: Re: Background Only App in Cocoa
  • From: Victor Soriano <email@hidden>
  • Date: Wed, 20 Mar 2002 11:59:14 -0500

Adam,

Thanks, that did the trick!

Is there a reference somewhere that lists all the different properties that
can be specified in Info.plist? None of these settings seem to be in the
Foundation/AppKit docs, and in my searching I haven't found anything
regarding this topic on the Developer website.

-Vic

>
> On Wed, 20 Mar 2002 10:42:54 -0500, Victor Soriano <email@hidden>
> wrote:
>
>> All,
>>
>> Is there a way to make an application background-only in Cocoa? The
>> application can't be a daemon as I still need access to the AppKit and
>> associated resources.
>>
>> Thanks,
>> Vic
>
> If it must have visible UI elements (i.e. windows) at all times but not
> show up in the dock, etc. set NSUIElement to 1 (as a string) in
> Info.plist. If it must be a background app, set NSBackgroundOnly to 1,
> again as a string.
>
> --
> Adam Atlas
> Atomm Software
> http://www.atommic.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Background Only App in Cocoa
      • From: Adam Atlas <email@hidden>
References: 
 >Re: Background Only App in Cocoa (From: Adam Atlas <email@hidden>)

  • Prev by Date: 8-bit chars in @""
  • Next by Date: Re: 8-bit chars in @""
  • Previous by thread: Re: Background Only App in Cocoa
  • Next by thread: Re: Background Only App in Cocoa
  • Index(es):
    • Date
    • Thread