Re: Building a view transparent to dragging
Re: Building a view transparent to dragging
- Subject: Re: Building a view transparent to dragging
- From: Stephane Sudre <email@hidden>
- Date: Mon, 24 Oct 2005 13:00:26 +0200
On 24 oct. 05, at 09:00, Jerome Foucher wrote:
Hi list,
I'd like to build a custom subclass of NSImageView that is transparent
to dragging.
My custom view is used to draw borders around an NSImageView. It's
positionnned on top of the image in the view hierarchy, and draws a
PNG with alpha mask to draw the border.
The image view behind the custom view supports drag&drop, so the user
can drag an image file from the Finder and drop it into the image
frame.
However, the custom border view intercepts all drags....
For various reasons, I'd like to avoid having to build a class that
draws the border AND the image itself.
Does anybody have a solution ?
Why not just putting the NSImageView inside the custom view?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden