Re: Drag between 2 NSTableView?
Re: Drag between 2 NSTableView?
- Subject: Re: Drag between 2 NSTableView?
- From: Todd Freese <email@hidden>
- Date: Thu, 24 Aug 2006 20:09:48 -0500
Yes, because I can drag and drop within the source NSTableView. I
need to support dropping in the Source and Dest TBs.
Todd
On Aug 24, 2006, at 7:58 PM, Corbin Dunn wrote:
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
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/
email_________________________________________________________________
_____
_______________________________________________
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