Re: Detecting keyDown in a NSTextField?
Re: Detecting keyDown in a NSTextField?
- Subject: Re: Detecting keyDown in a NSTextField?
- From: Theodore Petrosky <email@hidden>
- Date: Wed, 8 Oct 2003 11:10:40 -0700 (PDT)
- (BOOL)control: (NSControl *)control textView:
(NSTextView *)textView doCommandBySelector:
(SEL)commandSelector {
NSLog(@"entered control area = %@",
NSStringFromSelector(commandSelector));
}
make the NSTextField's delegate the class that has
this method
Ted
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
_______________________________________________
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.