Re: Custom TextField/fieldEditor
Re: Custom TextField/fieldEditor
- Subject: Re: Custom TextField/fieldEditor
- From: Andy Lee <email@hidden>
- Date: Sun, 28 Apr 2002 18:32:51 -0400
At 10:49 PM +0200 4/28/02, email@hidden wrote:
On dimanche, avril 28, 2002, at 10:30 , Mark's Studio wrote:
and it works but i get this
[PMTextField selectAll:]: selector not recognized.
SelectAll does not exist in the documentation AFAIK, selectText: is.
MTLibrarian to the rescue: -selectAll: is declared in a category of
NSResponder, but NSResponder does not implement it, nor do all
subclasses.
NSTextView does have a -selectAll: method (by way of NSText), but not
NSTextField. I wonder if this was a typo by somebody at Apple, and
they really meant -selectAll: instead of -selectText: for NSTextField.
--Andy
_______________________________________________
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.