Drag & Drop
Drag & Drop
- Subject: Drag & Drop
- From: Michael Becker <email@hidden>
- Date: Tue, 2 Mar 2004 14:56:12 +0100
Hi!
I am having some problems with implementing drag & drop in my
application. Here's the deal:
I have an NSTabView that contains an NSScrollView. Now I want the user
to be able to drop a file on my ScrollView. Can I simply subclass
NSScrollView, implement the appropriate drag&drop-methods and expect it
to work? Or will the TableView catch all drags and not pass them on to
the scrollview?
Question number two: In the conceptual drag and drop description on
developer.apple.com, there are a couple of methods that need to be
implemented by the dragging destination view. However, despite all of
my attempts, no highlighting (on dragging entered) appears and all my
drops are rejected.
I registered correctly (i think) for dragging types and am honestly a
little lost here. Any suggestions?
Bye,
Michael
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.