Re: Dockless app?
Re: Dockless app?
- Subject: Re: Dockless app?
- From: Sujal Shah <email@hidden>
- Date: Wed, 23 Jul 2003 17:51:43 -0400
I asked a question similar to this a few months back about a background
app that needed some GUI functionality. I think I asked about setting
up AutoreleasePools or something similar.
My solution has been to create a Cocoa application with a small,
title-less, invisible window which is hidden and destroyed immediately.
Then, I place my statusitem up on the bar and run the menu off of that.
As for the dock window, there are some plist settings you need to set to
tell the system to not show a dock item for the application.
I think it's NSUIElement, which you need to set to 1.
Sujal
On Wed, 2003-07-23 at 17:26, Ali Lalani wrote:
>
I've seen some programs that don't spawn an icon in the dock, but
>
rather just place an icon in the menu bar up top...anyone know where i
>
could look to find out more about this type of behavior? Thanks!
>
>
Ali
>
_______________________________________________
>
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.
--
---- Sujal Shah --- email@hidden ---
http://www.fatmixx.com
Now Playing: none
_______________________________________________
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.
References: | |
| >Dockless app? (From: Ali Lalani (list) <email@hidden>) |