Cocoa NSOutlineView and Drag-and-Drop

Posted by bobthecoder on Stack Overflow See other posts from Stack Overflow or by bobthecoder
Published on 2010-05-20T03:19:15Z Indexed on 2010/05/20 3:20 UTC
Read the original article Hit count: 336

I recently started another thread without an account, so I'm reposting the question here with an account so I can edit current links to the program so other users can follow this. I have also updated the code below. Here is my original question:

I read the other post here on Outlineviews and DND, but I can't get my program to work. At the bottom of this post is a link to a zip of my project. Its very basic with only an outlineview and button. I want it to receive text files being dropped on it, but something is wrong with my code or connections. I tried following Apple's example code of their NSOutline Drag and Drop, but I'm missing something. 1 difference is my program is a document based program and their example isn't. I set the File's Owner to receive delegate actions, since that's where my code to handle drag and drop is, as well as a button action. Its probably a simple mistake, so could someone please look at it and tell me what I'm doing wrong? Here is a link to the file: http://dl.dropbox.com/u/7195844/OutlineDragDrop1.zip

© Stack Overflow or respective owner

Related posts about nsoutlineview

Related posts about cocoa