I'm trying to show a NSPanel when my application, a LSUIElement, detectes a change on the filesystem from the background.

I've set the NSPanel's (self.uploadPopover) mask is NSNonactivatingPanelMask.

...
[NSApp activateIgnoringOtherApps:YES];
[self.uploadPopover makeKeyAndOrderFront:self];

The panel does not show when the application is not focused.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.