From the archives:
http://www.cocoabuilder.com/archive/message/cocoa/2008/5/23/207981
On 28 Jul 2009, at 18:11, Peter Mulholland wrote:
Hello cocoa-dev,
Basically, i'm trying to do a little debug console. I'm using the
NSTextView in NSScrollView from Interface Builder.
I've got a Print me
On 29/07/2009, at 2:11 AM, Peter Mulholland wrote:
Hello cocoa-dev,
Basically, i'm trying to do a little debug console. I'm using the
NSTextView in NSScrollView from Interface Builder.
I've got a Print member in my window's controller class which
basically does:
[TextView setString:[[T
Hello cocoa-dev,
Basically, i'm trying to do a little debug console. I'm using the NSTextView in
NSScrollView from Interface Builder.
I've got a Print member in my window's controller class which basically does:
[TextView setString:[[TextView string] stringByAppendingString:newString]];
What I