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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
