Re: insertText
Re: insertText
- Subject: Re: insertText
- From: Bergmann Manfred <email@hidden>
- Date: Wed, 4 Jan 2006 15:56:05 +1100
Hi.
Is your NSTextView editable? It should be, otherwise nothing is
inserted.
Manfred
Am 04.01.2006 um 15:48 schrieb Chad Armstrong:
I have an NSTextView, named textView, and I want to insert some
text in it to be displayed. So, here is the snippet of code I call:
[textView insertText:@"Hello"];
However, from the tests I've run, nothing appears. Am I completely
missing the point for something here, or do I need to tell the
NSTextView to refresh itself?
--
software by MABE
http://www.software-by-mabe.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >insertText (From: Chad Armstrong <email@hidden>) |