Re: Dropping into One of Several Columns

2008-03-03 Thread Benjamin Stiglitz
I've got an NSTableView with multiple text column and I'd like to be able to control where a drop of some text goes based on in which column the user is making the drop. Since the validateDrop: member function of the table's data source does not provide a 'proposed column', I'm going to gue

Dropping into One of Several Columns

2008-02-27 Thread Mike Rossetti
I've got an NSTableView with multiple text column and I'd like to be able to control where a drop of some text goes based on in which column the user is making the drop. Since the validateDrop: member function of the table's data source does not provide a 'proposed column', I'm going to gue