this should be incredibly simple, but going from win32 and carbon to cocoa has been embarrassingly painful:
i followed this tutorial http://juliuspaintings.co.uk/cgi-bin/paint_css/animatedPaint/005-NSTextView.pl which explains how to wire up a key down event (which i got working), but i can't figure out how to reference the textview from my AppDelegate class in order to call
[myTextView setString
"test"];
what am i missing?
i followed this tutorial http://juliuspaintings.co.uk/cgi-bin/paint_css/animatedPaint/005-NSTextView.pl which explains how to wire up a key down event (which i got working), but i can't figure out how to reference the textview from my AppDelegate class in order to call
[myTextView setString
what am i missing?