Re: NSBrowser question

2005-11-26 Thread Sašo Kiselkov
Quoting Andreas Höschler [EMAIL PROTECTED]: Hello all, I have done the following [browser setMatrixClass:[FinderBrowserMatrix class]]; in order to implement dragging in a browser so I get a call to - (void)mouseDown:(NSEvent *)event on an instance of FinderBrowserMatrix. Any

NSBrowser question

2005-11-24 Thread Andreas Höschler
Hello all, I have done the following [browser setMatrixClass:[FinderBrowserMatrix class]]; in order to implement dragging in a browser so I get a call to - (void)mouseDown:(NSEvent *)event on an instance of FinderBrowserMatrix. Any idea how I get back to the browser in this