I have a NSCollectionView
and inside of the NSCollectionViewItems
there is a label and a NSTableView
. The NSTableViews
are working properly EXCEPT for the drag & drop methods (tableView:writeRowsWithIndexes:toPasteboard:
, tableView:validateDrop:proposedRow:proposedDropOperation:
, and tableView:acceptDrop:row:dropOperation:
). I have these working fine in other views, but I am not able to get them working inside of a NSCollectionViewItem
. Is there a different trick that needs to be used for drag & drop for a NSTableView
inside of a NSCollectionViewItem
?
Asked
Active
Viewed 263 times
1

Justin Boo
- 10,132
- 8
- 50
- 71

3dman
- 11
- 1
-
Does your table view have its data source set? – Sean May 27 '11 at 20:52
-
I am having the same problem , were you able to resolve this issue? – rustylepord Aug 02 '12 at 08:17