I'm a beginner, thank you very much.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
For an
For an
There are many other methods for getting the value from a control. Have a look at http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSControl_Class/Reference/Reference.html#//apple_ref/occ/cl/NSControl for more info, under the "Setting the Control’s Value" section. Here's a list:
|
|||
|
|
|
[myField stringValue] NSTextField inherits NSControl, and NSControl defines the stringValue/setStringvalue methods. |
|||
|
|
|
To get stringValue
To get
To get
like this we can find for all value... |
|||
|
|