Re: NSOutlineView Dazed and Confused for Drag and Drop
Re: NSOutlineView Dazed and Confused for Drag and Drop
- Subject: Re: NSOutlineView Dazed and Confused for Drag and Drop
- From: email@hidden
- Date: Wed, 15 Sep 2010 11:48:09 -0600
Word up to Nick and Dave ...
All my issues were because in writeItems:toPasteboard I wasn't doing
anything ... I was just trying to stub in code to get the process.
Ergo, upon doing
[pboard declareTypes:[NSArray arrayWithObject:@"HTREEITEM"]
owner:self];
[pboard setData:[NSData data] forType:@"HTREEITEM"];
in
writeItems:toPasteboard
the entire mechanism works.
-koko
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden