NSTextView by default won't allow you to resize the media objects, these media objects are actually NSTextAttachments displayed in NSTextAttachmentCells.
Thanks, Chaitanya On May 12, 2010, at 10:27 PM, Anders Sommer Lassen wrote: > Hi, > > I want to embed graphics and images in a NSTextView, and hopefully support > resizing of these embedded object. > > So far, I can embed an image object in my NSTextView, but I cannot figure > out, how to make editing of the object possible. > > The NSTextView has a property called: > > -(void)setAllowsImageEditing:(BOOL) > > Which I have set to YES. > > The documentation for this property states: > > "Indicates whether image attachments should permit editing of their images." > > But when I select the embedded objects nothing happens (I hoped to see a > resize handle when I clicked the embedded image). > > Any suggestions are welcome. > > > Kind regards, > > Anders Lassen > > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > 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/chaitanya%40expersis.com > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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]
