Re: Drag between 2 NSTableView?
Re: Drag between 2 NSTableView?
- Subject: Re: Drag between 2 NSTableView?
- From: Corbin Dunn <email@hidden>
- Date: Thu, 24 Aug 2006 17:58:04 -0700
Is your source tableview placing the SS_dragRows datatype on the pboard?
corbin
On Aug 24, 2006, at 5:49 PM, Todd Freese wrote:
I am. In the target NSTableViews I have:
- (void)awakeFromNib
{
[self setDelegate:self];
[self registerForDraggedTypes:[NSArray
arrayWithObjects:@"SS_dragRows", nil]];
[self setVerticalMotionCanBeginDrag:YES];
}
Todd Freese
The Filmworkers Club
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden