Re: NSTextView
Re: NSTextView
- Subject: Re: NSTextView
- From: Vince DeMarco <email@hidden>
- Date: Sat, 25 Aug 2001 16:37:23 -0700
On Saturday, August 25, 2001, at 04:02 pm, Brian Howard wrote:
On Saturday, August 25, 2001, at 02:59 PM, Ondra Cada wrote:
Johan,
Johan Lindberg (JL) wrote at Sat, 25 Aug 2001 18:54:04 +0200:
JL> How do I put text, programatically, in a NSTextView? I've looked
JL> everywhere for a method to do this, but I haven't found any. . .
RTFM NSText.html, there are many methods there
(replaceCharactersInRange...).
I don't want to get starting in some big fight here but look at
/Developer/Documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/
NSText.html
there is a section that describes the replaceCharactersInRange:... methods
Its not perfect, but there is some documentation there.
vince