I have a button and a NSTextView in my application. I want that the NSTextView gets focus when the button is pushed. If I then enter text through keyboard it should go in the NSTextView.
What code should i put in the button's action method?
I have a button and a NSTextView in my application. I want that the NSTextView gets focus when the button is pushed. If I then enter text through keyboard it should go in the NSTextView.
What code should i put in the button's action method?