Re: namesOfPromisedFilesDroppedAtDestination
Re: namesOfPromisedFilesDroppedAtDestination
- Subject: Re: namesOfPromisedFilesDroppedAtDestination
- From: olivier <email@hidden>
- Date: Thu, 6 Feb 2003 15:05:17 -0600
to reply to my own post, it appears it can be done, i implemented it
that way and i have found no adverse effect yet.
olivier
On Wednesday, February 5, 2003, at 05:17 PM, olivier wrote:
Can a view start a new thread and call
namesOfPromisedFilesDroppedAtDestination within that thread. My
situation is i have an outlineView that might receive promise file, i'd
like to receive them without blocking my user interface. I'm wondering
as the doc says that it should be called within the
performDragOperation of the destination?
any pointers appreciated
olivier
"- (NSArray *)namesOfPromisedFilesDroppedAtDestination:(NSURL
*)dropDestination
Sets the drop location for promised files to dropDestination and
returns the names (not full paths) of the files that the receiver
promises to create there. Drag destinations should invoke this method
within their performDragOperation: method. The source may or may not
have created the files by the time this method returns."
_______________________________________________
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.
_______________________________________________
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.