Mac-OS-X-App-Menu-Bar-Popup
Mac-OS-X-App-Menu-Bar-Popup copied to clipboard
Event Monitor
So what's wrong with using
[NSApp setActivationPolicy: NSApplicationActivationPolicyAccessory];
or
NSApp.setActivationPolicy(.accessory)
@fmalekpour what do you mean?
Setting NSApplicationActivationPolicyAccessory dismisses the popup if click outside, why do we need the EventMonitor? Is there another reason to keep track of events?
@fmalekpour Sorry, but I have no idea. I've worked on it 4 years ago, so I can't say any pros and cons now.