[SOLVED] Drag from Table To View

2010-09-25 Thread koko
:21 PM MDT To: Seth Willits Subject: Re: Drag from Table To View Well thank you Seth, you are correct. I should have said that - (BOOL)tableView:(NSTableView *)aTableView writeRowsWithIndexes: (NSIndexSet *)rowIndexes toPasteboard:(NSPasteboard *)pboard is never called. And as I understood

Fwd: Drag from Table To View

2010-09-25 Thread koko
Begin forwarded message: From: k...@highrolls.net Date: September 25, 2010 6:45:21 PM MDT To: Seth Willits Subject: Re: Drag from Table To View Well thank you Seth, you are correct. I should have said that - (BOOL)tableView:(NSTableView *)aTableView writeRowsWithIndexes: (NSIndexSet

Re: Drag from Table To View

2010-09-25 Thread Seth Willits
On Sep 25, 2010, at 1:43 PM, k...@highrolls.net wrote: > But, It don't work so what now brown cow? Try to never say "it doesn't work." Explain *how* it doesn't work. Half the time you'll answer the question yourself. -- Seth Willits ___ Cocoa-dev

Drag from Table To View

2010-09-25 Thread koko
Earlier this I got help on dragging from NSView to NSView .. got it working just fine. Made some changes and want to drag from a Table to the same view I had accepting drops previously. I do this in my table sub class awakeFromNib [self registerForDraggedTypes:[NSArray arrayWithObject:@"O