My question is simple and easy; How do i get NSPopover to be first responder from the NSStatusbar?
I'm asking for a short code, not a link to a big XCode-project. Thanks.
My question is simple and easy; How do i get NSPopover to be first responder from the NSStatusbar?
I'm asking for a short code, not a link to a big XCode-project. Thanks.
Copyright © 2021 Jogjafile Inc.
Though you've probably solved your question by now, you can do this:
If you want more control, just setup your containing controller for a NSPopoverDelegate.
Then you can use 5 functions to gain more control over your popover.