Hi all

I've been experiencing problems with the drag and drop from the Address book 
control in my application. The control is in a view where a TableList is the 
destination for the drag.

When the drop message is sent to my view, the following message is sent back to 
the control, as instructed for the File Promise type:
   NSArray *filenames = [sender 
namesOfPromisedFilesDroppedAtDestination:theUrl];

The value assigned to theUrl has been validated.

When the message is sent, the following error is displayed:
-[ABPeoplePickerTableEntry addressBook]: unrecognized selector sent to instance 
0x114b67f20

And of course, no file is created.

But, as I found out with great joy yesterday night, this works perfectly if the 
drag originates from the Address Book application!

So I did some other tests:  take an entry from the control in my application 
and drop it on my desktop. Exact same behaviour, error. But of course again, 
from the Application itself, bingo you have a vCard created.

Any idea? I may have missed a configuration somewhere.. If not, how do we 
signal those potential bugs to the code's rightful owner?

Thank you.
Eric.



Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to