Re: using AppKit additions in background threads
Re: using AppKit additions in background threads
- Subject: Re: using AppKit additions in background threads
- From: Chris Hanson <email@hidden>
- Date: Tue, 06 Sep 2011 12:14:10 -0700
On Sep 6, 2011, at 11:53 AM, Jens Alfke wrote:
> The background tool will need to link against WebKit and AppKit, so it won’t be strictly-speaking ‘background’. You can mark its bundle with a special key (LSBackgroundOnly?) to keep it from showing up in the Dock or getting a menu-bar though.
Just running a tool that links AppKit won't give it an icon and menu bar, especially if you don't put it in a .app wrapper. However, actually running an NSApplication within the tool will.
-- Chris
_______________________________________________
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