Re: Notification from ABPeoplePickerView
Re: Notification from ABPeoplePickerView
- Subject: Re: Notification from ABPeoplePickerView
- From: Frank Blome <email@hidden>
- Date: Fri, 28 May 2004 01:40:52 +0200
Hi Nik,
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.
Hmm. Bad luck. Do you have reported this as a bug to Apple?
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?
Unfortunately not. I need a special value - in this case 1 of n
email-addresses of a person.
Thank you for your response,
Frank
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.