Re: NSTextField Delegate
Re: NSTextField Delegate
- Subject: Re: NSTextField Delegate
- From: Seth Willits <email@hidden>
- Date: Fri, 26 Mar 2004 17:05:16 -0800
On Mar 26, 2004, at 5:00 PM, j o a r wrote:
Which delegate methods have you implemented, and how? Show some code.
@implementation MyDocument
(blah blah blah)
- (void)textDidChange:(NSNotification *)aNotification
{
NSBeep();
}
@end
I connected the text fields to the File's Owner via the nib.
Seth Willits
------------------------------------------------------------------------
---
President and Head Developer of Freak Software -
http://www.freaksw.com
REALbasic Guru at ResExcellence -
http://www.resexcellence.com/realbasic
Webmaster for REALbasic Game Central -
http://www.freaksw.com/rbgames
"Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former."
-- Albert Einstein
------------------------------------------------------------------------
---
_______________________________________________
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.