namesOfPromisedFilesDroppedAtDestination
namesOfPromisedFilesDroppedAtDestination
- Subject: namesOfPromisedFilesDroppedAtDestination
- From: olivier <email@hidden>
- Date: Wed, 5 Feb 2003 17:17:22 -0600
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.