Re: Notification from ABPeoplePickerView
Re: Notification from ABPeoplePickerView
- Subject: Re: Notification from ABPeoplePickerView
- From: Nik Sands <email@hidden>
- Date: Fri, 28 May 2004 10:04:32 +1000
By the way, I've also found that the first of the below notifications
(which does work most of the time), does not get invoked when the
selection changes due to the user entering text into the search field,
which is also quite frustrating.
Cheers,
Nik.
On 28 May 2004, at 9:40 AM, Frank Blome wrote:
I have set two different notifications in my awakeFromNib. The first
one:
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(selectionDidChange:)
name:ABPeoplePickerNameSelectionDidChangeNotification object:nil];
works fine, but the second one:
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(valueDidChange:)
name:ABPeoplePickerValueSelectionDidChangeNotification object:nil];
did not work.
_______________________________________________
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.