Re: newbie notification question.
Re: newbie notification question.
- Subject: Re: newbie notification question.
- From: Jonathan Feinberg <email@hidden>
- Date: Thu, 28 Mar 2002 16:06:49 -0500
On Thursday, March 28, 2002, at 05:59 , Greg Jackson wrote:
- (void) awakeFromNib
{
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(controlTextDidChange:)
name:@"NSControlTextDidChange" object:nil];
}
My controlTextDidChange function is never called. I assume that I
have not correctly added my object class.
You did; you just misnamed the notification.
I stand corrected on my previous post! How embarrassing.
--
Jonathan Feinberg email@hidden Inwood, NY, NY
http://MrFeinberg.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.