I\'m trying to set the text in an NSTextField, but the -setStringValue: and -setTitleWithMnemonic: methods are not working. Any ideas?
-setStringValue:
-setTitleWithMnemonic:
just do this
[textField setString:@"random"];