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 something like this:
myLabel.stringValue = @"My Cool Text";