Re: Drag and drop query

2009-05-29 Thread Nate Weaver
It seems to me that you want to also use NSTIFFPboardType/ NSPDFPboardType with the image data. Mail/iPhoto like to deal with files (for attachments/library items), but TextEdit wants a raw image (IIRC). -W On May 30, 2009, at 4:21 AM, Srinivasa Prabhu wrote: Hi all, I am trying to drag

Drag and drop query

2009-05-18 Thread Srinivasa Prabhu
Hi all, I am trying to drag image files from my application to other applications like Mail,iPhoto,TextEdit etc. I am using NSFilesPromisePboardType to do this. This is the code snippet: [inPasteboard declareTypes : [NSArray arrayWithObjects:NSFilesPromisePboardType, nil] owner:self]