Re: Appending to a NSText Field
Re: Appending to a NSText Field
- Subject: Re: Appending to a NSText Field
- From: "robert_brooke gravitt" <email@hidden>
- Date: Wed, 11 Jul 2001 15:25:08 -0400
So what would that look like? I tried to use the NSTextView, but couldn't get it to append.
NSTextView theTextView;
.....
insertText(someString);
// now what? I'm not seeing the NSTextView get updated...
---------- Original Message ----------------------------------