Re: Dragging from an NSBrowser to an NSTableView

2011-06-23 Thread Sandeep Mohan Bhandarkar
HI Mike, we have implemented the following delegate methods in our class for the Table view and the respective counter parts for NSBrowser have also been added. I tested by placing break points on these two methods but still was not able to see them getting hit when the drag and drop was perfo

Re: Dragging from an NSBrowser to an NSTableView

2011-06-23 Thread Mike Abdullah
Look at the datasource API for each view. They both have methods for writing and reading to/from the pasteboard. On 23 Jun 2011, at 09:38, Sandeep Mohan Bhandarkar wrote: > Hi All, > > within my application i have a screen where exists and NSBrowser as well as > an NSTableViews. can someone pl