Re: NSTableView

2019-04-21 Thread Arved von Brasch
Yeah, it was obvious that writeRowsWith: would soon be deprecated. After going through the documentation a bit, I did it via: func tableView(_ tableView: NSTableView, draggingSession session: NSDraggingSession, willBeginAt screenPoint: NSPoint, forRowIndexes rowIndexes: IndexSet) {

Re: NSTableView

2019-04-21 Thread Alex Zavatone
What is the alternative, then? If single image drags will not work because of this, is there a means to impersonate another method? Oh, and greets from the coast of Africa. Cheers, Alex Zavatone Sent from my iPhone > On Apr 20, 2019, at 10:17 AM, Rob Petrovec wrote: > > Because dragImage is