• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Drag between 2 NSTableView?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Drag between 2 NSTableView?
      • From: Todd Freese <email@hidden>
References: 
 >Drag between 2 NSTableView? (From: Todd Freese <email@hidden>)
 >Re: Drag between 2 NSTableView? (From: Colin Doncaster <email@hidden>)
 >Re: Drag between 2 NSTableView? (From: Todd Freese <email@hidden>)

  • Prev by Date: Re: Drag between 2 NSTableView?
  • Next by Date: Re: Drag between 2 NSTableView?
  • Previous by thread: Re: Drag between 2 NSTableView?
  • Next by thread: Re: Drag between 2 NSTableView?
  • Index(es):
    • Date
    • Thread