Re: A Stupid Question
Re: A Stupid Question
- Subject: Re: A Stupid Question
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 16 Oct 2001 07:45:17 +0100
On Tuesday, October 16, 2001, at 07:33 am, Sam Goldman wrote:
I know this is a stupid question, but how do I put text into a
NSTextView? I
tried setStringValue, but it didn't work. I couldn't find anything in
the
documentation.
Always have a look at the documentation for the superclass. You will
notice that NSTextView inherits from NSText, which has a
-setString:(NSString *)aString method.
-- Finlay