Hello,
I want to set focus on NSTextField programatically.
I have tried
[myWindow makeFirstResponder:myTextField];
Though this is highlighting the text field with a blue border but not showing the carot symbol inside it and I can directly type in words into it.
How can I get it ready to accept input thru a program?
I want to set focus on NSTextField programatically.
I have tried
[myWindow makeFirstResponder:myTextField];
Though this is highlighting the text field with a blue border but not showing the carot symbol inside it and I can directly type in words into it.
How can I get it ready to accept input thru a program?