Need to subclass NSTextView or not
Need to subclass NSTextView or not
- Subject: Need to subclass NSTextView or not
- From: Renaud Boisjoly <email@hidden>
- Date: Sun, 26 May 2002 18:23:31 -0400
Hi!
I've read on this list that sometimes, it is not necessary to subclass
an NSTextView to make it do what we want.
I'm trying to make sure an NSTextView supports more graphic formats for
Cut/Copy and paste as well as drag and drop... is subclassing the only
way?
And can I call the regular Copy and Paste methods in the superclass
after doing my part to translate content to other formats?
I've noticed that standard NSTextViews do not support some formats, like
copy and paste to Photoshop or AppleWorks... not good. I want to make
this better
thanks for any tips!
Renaud
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.