Re: Keyboard short-cuts edit field
Re: Keyboard short-cuts edit field
- Subject: Re: Keyboard short-cuts edit field
- From: Eric Long <email@hidden>
- Date: Wed, 03 May 2006 12:11:34 -0700
- Thread-topic: Keyboard short-cuts edit field
> subclassing and overriding this or that beware that NSTextField never
> does actual editing. An NSTextView does -- see "field editor".
Yeah, I can see the keyDown method for the NSTextField doesn't get called.
That complicates getting at the event.
> If this doesn't work: just class-dump the PrefPane and otool it to get
> an idea on how things are done in the PrefPane.
class-dump was new to me. What a nifty tool. The pref pane subclasses
NSTextView.
Thanks for tips!
Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden