agilepgm / welcometoyourmac

Automatically exported from code.google.com/p/welcometoyourmac
0 stars 0 forks source link

Run wtym in the menu bar instead of dock #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Love to see wtym run in the menu bar instead of running in the dock.

Original issue reported on code.google.com by adam.wulf on 26 Jan 2009 at 5:26

GoogleCodeExporter commented 9 years ago

Original comment by benjamin...@gmail.com on 31 Jan 2009 at 6:38

GoogleCodeExporter commented 9 years ago
Turns out, it's very easy to put into the Status bar, because the code was 
already
there, just partially commented out! :)

Having it in the Status bar is easy, but not removing the app from the Dock. 

There are a few options. 
1) Could use undocumented private API for NSMenuExtra instead of standard 
NSStatusItem
-- I don't like this idea as it's against Apple recommendations and is 
undocumented
2) Move to using Preference Pane with a Helper Application and have Status Item 
as
option.
-- I like this idea a LOT (very much like Growl does it) and it's the path I've
already started working on.

Original comment by benjamin...@gmail.com on 5 Feb 2009 at 6:55

GoogleCodeExporter commented 9 years ago

Original comment by adam.wulf on 27 Feb 2009 at 7:14

GoogleCodeExporter commented 9 years ago

Original comment by adam.wulf on 27 Feb 2009 at 7:17

GoogleCodeExporter commented 9 years ago
Putting this on hold while we tackle more urgent issues.

Original comment by benjamin...@gmail.com on 8 Sep 2009 at 9:40