Question
How can I set TextField's text programmatically in mac?
In EmptyPanel sample, I called NSTextField::setStringValue at the end of EmptyPanelPlugin::AddWidgets() like below.
[calculator->output setStringValue:@"3333"];
But output text doesn't set to "3333", it sets to empty string.
How can I set TextFiled programmatically?
