Adding drag-n-drop support to NSButton ?
Adding drag-n-drop support to NSButton ?
- Subject: Adding drag-n-drop support to NSButton ?
- From: Jérome Foucher <email@hidden>
- Date: Wed, 26 Nov 2003 15:48:08 +0100
Hi all,
From what I understand, a NSButton does not support drag-n-drop (If I'm
wrong, don't read the answer and please let me know what I did wrong. I
implemented the draggingEntered, draggingExited, performDragOperation
methods and called registerForDraggedTypes for my NSButtonbut but to no
avail... The same implementation on a NSImageView works)
So is there a way to let my NSButton accept dropped items on it ?
Thanks
Jerome
_______________________________________________
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.