Re: Dragging Images And Strings Together
Re: Dragging Images And Strings Together
- Subject: Re: Dragging Images And Strings Together
- From: John Blackburn <email@hidden>
- Date: Thu, 21 Mar 2002 10:46:57 -0800
Rather than setting setString:ForType, use setPropertyList:forType like
this:
[pboard setPropertyList:myStringsArray forType: NSStringPboardType];
John Blackburn
On Thursday, March 21, 2002, at 09:54 AM, John Nestor wrote:
I am dragging images among various views - no problem here.
I want two strings to accompany the image in the drag. I can get
one string to travel by using TIFF and String drag types on the
dragging pasteboard.
I can't figure out how to get more than one string to travel with the
drag.
Is there a drag type that is an array in disguise, or should I create a
new
drag type that is the array, or ... ??
_______________________________________________
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.