• 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: Menu bar WITHOUT dock icon?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Menu bar WITHOUT dock icon?


  • Subject: Re: Menu bar WITHOUT dock icon?
  • From: Adam Leonard <email@hidden>
  • Date: Tue, 17 May 2005 16:22:05 -0700


The most reliable way to get the behavior you want is to split your app into two parts: A GUI app that manages the windows and has a dock icon and menu bar, and the daemon that takes care of the status item and background behavior, and launches the GUI as needed. You can use a framework to share code between the two.


A menu bar without a dock icon isn't a good idea, as users will be unable to bring your application back to front once the windows have been covered by other windows. Not all users know how to use Exposé, and they usually don't want to close all windows to get at yours.

And in addition, your GUI app can be double-clicked by your users to bring up the window if they want, which may be a nice additional feature.

PS - Would you mind if I forwarded your message to the mac-gui-dev mailing list? I think there'd be some interest in that discussion there, and you're welcome to join.
--
Cheers,
M. Uli Kusterer




Thanks for the information. I will probably go with your idea. I wonder why apple hates developers writing programs for the menu bar. They make NSMenuExtra private and give developers a worse API without much documentation.


Spotlight is a perfect example of a program that should function like a normal app without a dock icon. The spotlight window is easily lost and doesn't look right. Plus there is no copy/paste.

But thanks for your ideas, and feel free to forward my message to the list.
_______________________________________________
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
References: 
 >Menu bar WITHOUT dock icon? (From: Adam Leonard <email@hidden>)
 >Re: Menu bar WITHOUT dock icon? (From: "M. Uli Kusterer" <email@hidden>)

  • Prev by Date: detecting NSTableView selected line number with bindings
  • Next by Date: Re: Cocoa view design considerations
  • Previous by thread: Re: Menu bar WITHOUT dock icon?
  • Next by thread: Re: Menu bar WITHOUT dock icon?
  • Index(es):
    • Date
    • Thread