FROM : Nick Zitzmann
DATE : Mon Nov 29 18:42:26 2004
On Nov 29, 2004, at 10:35 AM, <email_removed> wrote:
> How can i implement drag and drop from an NSBrowser to a destination
> in the same app?
You start by subclassing NSMatrix and telling the browser to use your
matrix class. Then you need to write your own DnD code in the NSMatrix
subclass. See the NSDraggingSource documentation for details.
Nick Zitzmann
<http://www.chronosnet.com/>
DATE : Mon Nov 29 18:42:26 2004
On Nov 29, 2004, at 10:35 AM, <email_removed> wrote:
> How can i implement drag and drop from an NSBrowser to a destination
> in the same app?
You start by subclassing NSMatrix and telling the browser to use your
matrix class. Then you need to write your own DnD code in the NSMatrix
subclass. See the NSDraggingSource documentation for details.
Nick Zitzmann
<http://www.chronosnet.com/>
| Related mails | Author | Date |
|---|---|---|
| alex | Nov 29, 18:35 | |
| Nick Zitzmann | Nov 29, 18:42 |






Cocoa mail archive

