Re: I need a suggestion for making a "console" window
Re: I need a suggestion for making a "console" window
- Subject: Re: I need a suggestion for making a "console" window
- From: "Jonathan 'Wolf' Rentzsch" <email@hidden>
- Date: Sun, 25 Apr 2004 21:47:01 -0500
Michael Heinz, email@hidden, wrote:
>
1) I couldn't find a method that would allow me to just append text to
>
the existing contents of the textview. Is there a way to do that?
Try -(void)insertText:(id)aString
The NSTextView must be editable, however. This may be a deal-breaker.
| Jonathan 'Wolf' Rentzsch
http://rentzsch.com
| Red Shed Software
http://redshed.net
| "better" necessarily means "different"
_______________________________________________
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.