I have an NSTextField, and I need a button to reset the text of the field. How would I do that? I have been trying this:
[textBox setText:@""];
textbox.text = @"";
That does not work, but I have researched, and found nothing on how to set the text, only how to get the text.
If it is OSX and NSTextField then use :