Can I somehow make my text to be done edited in an NSTextField ? I mean when you type text and press enter, then there’s a blue focus around your text (not the blue focus around the text field), when you pressed enter in ASS this all worked and it called the “on end editing theObject” handler. But can I now force it with ASOC without typing enter?
If you want an action for end editing set up a …_(sender) handler then link the text field as though it’s a button in IB to the handler (control drag from text field to cube).