Reputation: 948
My Cocoa App is made by a NSStatusBar with a NSTextField inside and a Main Window.
Please, look the screenshots to get the idea:
I have two problems:
When I open Menubar I am unable to got the focus to SearchField (like Spotlight) and I am unable to select content with something like [textField selectText:self]
Worsts: if my MainWindow is on front it works without problems. If my MainWindow is not on front but is visible I am unable to edit TextField. It is selectable with mouse but not editable. Why this ?
I tried all the hacks found but I was unable to solve the issue.
Upvotes: 5
Views: 753