Chaitanya,
In general, whenever you want to detect user initiated editing, you
can use -textView:shouldChangeTextInRanges:replacementStrings:. In
this delegate method, look for NSTextAttachmentAttributeName in the
editing range.
Aki
On 2008/07/14, at 9:37, chaitanya pandit wrote:
Hi,
I am using a NSTextView and i programatically insert images as
NSTextAttachments in the textView. These attachments are shown in an
NSTextAttachmentCell by the NSTextView.
I want to do some background processing just before the user deletes
the image from the textView. This can happen if the user simply hits
the delete key or replaces the image with some string.
How can i detect if an NSTextAttachment or it's NSTextAttachmentCell
is about to be removed from the textView?
Any help would be appreciated.
thanks_______________________________________________
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/aki%40apple.com
This email sent to [EMAIL PROTECTED]
_______________________________________________
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]