Re: Notification from ABPeoplePickerView
Re: Notification from ABPeoplePickerView
- Subject: Re: Notification from ABPeoplePickerView
- From: Nik Sands <email@hidden>
- Date: Fri, 28 May 2004 08:08:32 +1000
Hi Frank,
I posted to this list about the exact same problem a couple of weeks
ago and was not able to get any useful information about it. So it
would appear that it probably is a bug. It's reassuring to finally
hear from somebody else who is having the same problem with the API, as
I was starting to think I'd missed something obvious.
Incidentally, the related method [ABPeoplePickerView selectedValues]
also fails, always returning nil, no matter what is actually selected
(although the similar "selectedRecords" method works as expected).
Does this method work for you?
Cheers,
Nik.
On 28 May 2004, at 1:49 AM, email@hidden wrote:
To: Cocoa Development List <email@hidden>
From: Frank Blome <email@hidden>
Subject: Notification from ABPeoplePickerView
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
========================================================
NIK SANDS - Systems Administrator
IT Services
University of Tasmania, Australia
Phone: 61-3-63243732 (BH)
AIM: brassnix
_______________________________________________
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.