Re: How can my program be notified when a NSImageView is populated with a NSImage?
Re: How can my program be notified when a NSImageView is populated with a NSImage?
- Subject: Re: How can my program be notified when a NSImageView is populated with a NSImage?
- From: Yann Bizeul <email@hidden>
- Date: Wed, 15 Sep 2004 23:33:29 +0200
Hello
I have a NSImageView that is editable. When the user slides an image into the NSImageView, I wish to be notified so that I can act on it (display a help panel, etc.).
You can try subclass and overriding setImage: But I don't know if this can help in a drag and drop situation.
The other way would be to handle drag & drop yourself
--
Yann Bizeul - yann at tynsoe.org
Cocoa Developer, visit my projects at :
http://projects.tynsoe.org/
_______________________________________________
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