On 2013 Jun 10, at 09:59, Kyle Sluder wrote:
> The same way they do the Spotlight “menu”: a borderless window that looks
> like a menu.
Thank you, Kyle. That seems to be the only sensible explanation.
> Sadly, I don't know if there's a way to hook into the menu manager to get the
> same res
On Jun 9, 2013, at 10:14 PM, Jerry Krinock wrote:
> So how might Apple be doing that?
The same way they do the Spotlight “menu”: a borderless window that looks like
a menu.
Sadly, I don't know if there's a way to hook into the menu manager to get the
same results in your app. But you _may_ be
My OS X app programmatically creates a menu which is displayed in its
(1) Dock Menu
(2) Status Item
(3) a menu which use can pop up anywhere via a global keyboard shortcut, which
invokes -[NSMenu popUpMenuPositioningItem:atLocation:inView:]
I would like to add a search field at the top of this m