Re: NSStatusItem when clicked shows custom view

2009-03-06 Thread Chris Purcell
Thanks Clint and Ben, MAAttachedWindow is exactly what I needed! --Chris On Mar 6, 2009, at 6:21 AM, Clint Shryock wrote: Matt Gemmell has MAAttachedWindow, a sub class of NSWindow listed here: http://mattgemmell.com/source it comes with a sample project that shows it working with an NSS

Re: NSStatusItem when clicked shows custom view

2009-03-06 Thread Clint Shryock
Matt Gemmell has MAAttachedWindow, a sub class of NSWindow listed here: http://mattgemmell.com/source it comes with a sample project that shows it working with an NSStatusItem. See if that will suit your needs +Clint On Thu, Mar 5, 2009 at 1:03 PM, Chris Purcell wrote: > I'm looking to do som

NSStatusItem when clicked shows custom view

2009-03-05 Thread Chris Purcell
I'm looking to do something similar to this app: http://transmissionapps.com/ (Logbook). I've seen that done in a handful of apps, a custom window/view invoked when the NSStatusItem is clicked. My two quesitons: 1) How is that window created. Is it a custom NSWindow or a regular NSWindo