RE: NSStatusItem, Popover and NSTextField make responder

2015-04-17 Thread Lee Ann Rucker
@webis.net] Sent: Friday, April 17, 2015 9:20 AM To: cocoa-dev@lists.apple.com Subject: NSStatusItem, Popover and NSTextField make responder I have a popover that is opened on tapping a menu status item. In the popover I have a text field that I’d like to have become active when the popover is open

NSStatusItem, Popover and NSTextField make responder

2015-04-17 Thread Alex Kac
I have a popover that is opened on tapping a menu status item. In the popover I have a text field that I’d like to have become active when the popover is open. When the app is in the foreground and you tap on the status item it does become active. When its in the background, it does not. In beta,