Re: NSBrowser Drag and Drop Issue !!

2011-04-15 Thread Naresh Kongara
I tried by setting break point on objc_exception_throw. Unable to get anything from the stack trace. Following is the stack trace. #0 0x7fff835d70da in objc_exception_throw () #1 0x7fff81060c9b in -[NSBrowser _beginColumnDragging] () #2 0x7fff8105b04f in -[NSBrowserTableView d

Re: NSBrowser Drag and Drop Issue !!

2011-04-15 Thread Corbin Dunn
On Apr 14, 2011, at 5:16 PM, Naresh Kongara wrote: > HI All, > > I implemented drag and drop in NSBrowser, through which I can drag items from > other views or windows of the applications. The drag and drop in NSBrowser is > implemented through its delegate methods. > Everything is going fine

NSBrowser Drag and Drop Issue !!

2011-04-14 Thread Naresh Kongara
HI All, I implemented drag and drop in NSBrowser, through which I can drag items from other views or windows of the applications. The drag and drop in NSBrowser is implemented through its delegate methods. Everything is going fine except I'm getting the following exception while dropping, after