Re: Deselect TextFields
Re: Deselect TextFields
- Subject: Re: Deselect TextFields
- From: j o a r <email@hidden>
- Date: Fri, 4 Apr 2003 13:45:48 +0200
With the developer tools you also get documentation. If you look in the
documentation for NSWindow, and the method "endEditingFor:" you'll find
what that line was supposed to do.
j o a r
On Friday, Apr 4, 2003, at 13:02 Europe/Stockholm, Lorenzo wrote:
I used only
[myWindow endEditingFor: nil];
[myTextField setEditable: NO];
[myTextField setSelectable: NO];
And I don't understand this line
if (![myWindow makeFirstResponder: myWindow])
_______________________________________________
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.