Re: Erasing a NSTextView
Re: Erasing a NSTextView
- Subject: Re: Erasing a NSTextView
- From: Lorenzo <email@hidden>
- Date: Tue, 02 Sep 2003 08:47:13 +0200
Hi,
I use
[theTextView setString:@""];
and in a while everything disappears :-)
Best Regards
--
Lorenzo
email: email@hidden
>
Hi everybody,
>
>
is there a way to erase completely an NSTextView programmatically?
>
I mean, to do something similar to what you'd normally do in a text
>
editor by "Select All" and "Clear" functions.
>
I noticed that there are these selectors implemented into the
>
FirstResponder into IB but I haven't understood well what this
>
"responder" is and how to use it into my application.
>
>
Sorry for the extreme stupidity of my question, but I can't catch the
>
point.
>
TY for any kind help
>
>
--
>
Sanri Parov
_______________________________________________
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.