I have a large NSTextView that shows my current record. One of the record's attributes is an image which is displayed in a small NSImageView subview of the textview. I'd like to allow images dropped anywhere on the textview be routed into the imageview. My first thought was to override NSTextView's drag methods (performDragOperation, etc.) and if the pasteboard type could be filtered to one of the imageview's registered drag types just call performDragOperation: on the imageview in my customized textview's performDragOperation. This doesn't seem to work. Anyone know a good way to do something like this?

Thanks,
->Ben
--
Ben Lachman
Acacia Tree Software

http://acaciatreesoftware.com

[EMAIL PROTECTED]
740.590.0009



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to