Re: NSTextField, NSTextFieldCell, NSTextView... this is a mess, I need help
Re: NSTextField, NSTextFieldCell, NSTextView... this is a mess, I need help
- Subject: Re: NSTextField, NSTextFieldCell, NSTextView... this is a mess, I need help
- From: "Alastair J.Houghton" <email@hidden>
- Date: Thu, 10 Jul 2003 22:22:19 +0100
On Wednesday, July 9, 2003, at 09:15 pm, Sailor Quasar wrote:
The process of intercepting keystrokes that go to a single text field
without subclassing the application or window is proving far more
complex than it ought.
Just out of curiosity, why are you trying to intercept keystrokes? I
only ask because on Windows this is often the way people go about
limiting the types of data that can be entered into edit controls (and
often they miss the fact that they have to deal with cut, copy, paste
etcetera when they do this ;->). If you are trying to do that, then I
think you should be looking at the NSFormatter class instead.
Kind regards,
Alastair.
_______________________________________________
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.