how to load NSTextView?
how to load NSTextView?
- Subject: how to load NSTextView?
- From: Marc Respass <email@hidden>
- Date: Sat, 13 Apr 2002 18:19:40 -0400
K. I'm baffled. I've written plenty of applications that set the string
in an NSTextView but today, that code doesn't work. Is there something
more I need to do than
[myTextView setString:aValueStringWhoseValueIJustCheckedInTheDebugger]
?
I've looked at working programs and copied the code. I wrote a simple
text app and nothing is working. I *am* able to load an NSString from a
file I just cannot set the string in an NSTextView.
Am I overlooking something obvious? Any ideas?
Thanks
Marc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.