Re: Drag types from iTunes
Re: Drag types from iTunes
- Subject: Re: Drag types from iTunes
- From: email@hidden
- Date: Sun, 3 Mar 2002 06:24:23 -0800
I just checked and the NSDragPboard is unchanged after a drag in iTunes,
they must be using some private carbonesque method for talking to finder.
On Sunday, March 3, 2002, at 03:05 AM, David Watanabe wrote:
Does anyone know how to receive drags from iTunes in an NSView? It
must be possible, since the Finder receives drags from iTunes. The
problem is, obviously, figuring out what drag types to register the
NSView to receive. (Why there is no way to register for all drag types
is beyond me).
In any case, I've tried registering for every defined NS*Type.
Investigation into the types iTunes uses when copying (not dragging)
yields the types below. Even though the NSStringPboardType looks
promising, it's doesn't work (and again, this is copying, and not
dragging). Even if I register for any of the obscure types like
"CorePasteboardFlavorType 0x75747874", I still cannot receive drags.
_______________________________________________
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.