Deselect TextFields
Deselect TextFields
- Subject: Deselect TextFields
- From: Lorenzo <email@hidden>
- Date: Fri, 04 Apr 2003 12:26:32 +0200
Hi,
how to deselect the NSTextFields?
The users writes inside a NSTextFields then I call
[theField setEditable:NO];
[theField setSelectable:NO];
but the field borders are still blue,
the text-beam is still blinking and I can write inside the field.
So, how to close the field in order to don't let the user write inside it
and in order to don't see the borders blue?
Best Regards
--
Lorenzo
email: email@hidden
_______________________________________________
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.