NSTextField Attributes
NSTextField Attributes
- Subject: NSTextField Attributes
- From: Josh Aas <email@hidden>
- Date: Thu, 23 May 2002 17:24:50 -0500
I need to have an NSTextField behave with the following attributes that I
cannot figure out how to implement. I have tried a number of delegates and
read through both (common) cocoa books... Sorry if this is really simple!
- It must not accept pasting values into it.
- It must only accept four characters, and beep if the user tries to enter
more.
- It must only accept alphanumeric characters (specified in [NSCharacterSet
alphanumericCharacterSet]).
Thanks!
-Josh Aas
_______________________________________________
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.