On Mar 13, 2019, at 4:35 PM, Graham Cox <graham@...> wrote:
In Interface Builder, just check the “Hides on Deactivate” checkbox for the panel. That should do it… have you tried it?
The standard About panel doesn’t exist in a nib, it’s synthesized by AppKit.
—G
On 14 Mar 2019, at 8:41 am, James Walker <list2@...> wrote:
How can I find the window produced by -[NSApplication orderFrontStandardAboutPanel:]? (I’d like to hide the window when my app deactivates.) I know it’s somewhere in the array -[NSApplication windows], but I don’t know how to identify which one.