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
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