Hello,
Objective-C
Calling a function from class A which is located in class B,
within function B I try to pick up some stringValue from multiple NSTextFields (['NSTextField' stringValue]).
The result is always NULL, why?
When the class B function is called directly from within the class B by a button action for example, I can get the stringValue perfectly.
Objective-C
Calling a function from class A which is located in class B,
within function B I try to pick up some stringValue from multiple NSTextFields (['NSTextField' stringValue]).
The result is always NULL, why?
When the class B function is called directly from within the class B by a button action for example, I can get the stringValue perfectly.