Notification from ABPeoplePickerView
Notification from ABPeoplePickerView
- Subject: Notification from ABPeoplePickerView
- From: Frank Blome <email@hidden>
- Date: Thu, 27 May 2004 13:54:09 +0200
Hi there,
is it possible that the ABPeoplePickerView has some problems with
notifications?
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. If this is a know bug - and I don't have done any mistake
;-) can someone give me a helping hand for this:
I try to find out which email address is selected in the
PeoplePickerView when a person have multiple email addresses.
Thank you in advance,
Frank
_______________________________________________
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.