coder hacker
coder hacker

Reputation: 4868

NSPopover OS X Application

I am developing a menu bar application for os x. I am using NSPopover to create a popup window.

However when some other application is full screen that popup is not visible. What settings should be set, so that popup window is always on top.

Upvotes: 1

Views: 439

Answers (1)

mangerlahn
mangerlahn

Reputation: 4966

I struggled with this as well. When I had this problem, I created a invisible window that would flow above all other windows, including full screen ones. The window would then activate the popover.

However, I found a much cleaner solution here.

Upvotes: 1

Related Questions