objective c - NSWindow child window close on parent click -
i need implement custom popover (cannot use nspopover). working fine, need implement popover closes when user clicks somewhere in parent window.
what's best way implement this, resp. how implemented without subclassing parent window?
make popover key window when showing it, , use nswindowdidresignkeynotification (or delegate method) close when resigns status (which happens when user makes other window active). closing whenever parent window closed idea (nswindowwillclosenotification).
Comments
Post a Comment