• 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: 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
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>)
 >Re: Drag between 2 NSTableView? (From: Corbin Dunn <email@hidden>)

  • Prev by Date: Re: Drag between 2 NSTableView?
  • Next by Date: Re: NSDatePickerCell -- Ever Worked ??
  • Previous by thread: Re: Drag between 2 NSTableView?
  • Next by thread: NSToolbar Delegates not implemented?
  • Index(es):
    • Date
    • Thread