NSTextField
NSTextField
- Subject: NSTextField
- From: David Blanton <email@hidden>
- Date: Wed, 09 Apr 2003 17:24:20 -0600
-
-
-
IBOutlet NStextField * theText;
In IB defined as editable and enabled.
I want to turn off editing, i.e. Not allow user input under certain
conditions so I
[theText setEditable:NO]
And the user can still edit. So, how does one restrict entry to an
NSextField ?
-
-
-
David Blanton
"Cocoa FNG"
_______________________________________________
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.