Tagged Questions

2
votes
1answer
2k views

Custom NSStatusItem with custom view - Use NSWindow, NSView, custom NSMenuItem?

I'm trying to create a LSUIElement app that behaves like Spotlight, CoverSutra and other apps of that type. I managed to create a custom NSStatusItem, which popups up an NSWindow but the problem is ...
0
votes
1answer
112 views

Make MAAttachedWindow to behave like NSMenu

I've read a post on this site on how to hide an MAAttachedWindow when the user clicks outside of it. As at this post, I use the MAAttachedWindow together with a statusItem. Hide MAAttachedWindow when ...
0
votes
1answer
212 views

NSWindow in front of NSMenu

Is it possible to show an NSWindow in front of a NSMenu, so that it is not hidden behind it?