Custom field editor on NSSecureTextField?
Custom field editor on NSSecureTextField?
- Subject: Custom field editor on NSSecureTextField?
- From: "John Stiles" <email@hidden>
- Date: Mon, 16 Jun 2008 18:16:48 -0700
I've got some code which subclasses NSTextView in order to provide a custom
field editor for NSTextFields. It doesn't do anything too extraordinary,
just allows for filtering out some characters, watching for certain events
(like deleting characters or changing the selection), etc. It all works
quite well.
Now, it looks like I need to do the same thing with an NSSecureTextField.
Now, digging around, it looks like its field editor is an
NSSecureTextView--which isn't documented or in the headers, AFAICS. Since
it's undocumented, I don't think there is a way I can subclass it.
So is it just not possible to customize the field editor for a secure text
field? :|
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden