Cocoa: NSUserNotification appears behind NSPopover

Posted by Elbimio on Stack Overflow See other posts from Stack Overflow or by Elbimio
Published on 2014-08-24T21:43:19Z Indexed on 2014/08/25 4:20 UTC
Read the original article Hit count: 101

I have no idea where to even start trying to fix this but maybe someone can point me in the right direction. I have a status item application that shows a popover when clicked, some user interactions produce an NSUserNotification to warn/inform about changes or errors. But when the notification appears it is shown behind the popover, so if they overlay the user can't read what it says.

Is there a way to force the notification to appear in front of the popover? Like order the notification to the front.

Thanks for the help.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa