NSImageView and Copy and Paste?
NSImageView and Copy and Paste?
- Subject: NSImageView and Copy and Paste?
- From: Steve Gehrman <email@hidden>
- Date: Sat, 22 Sep 2001 16:21:33 -0700
Am I missing something? An NSImageView can accept drag and drops
automatically, so why doesn't the paste and copy commands work by
default?
Do I have to subclass and implement copy:(id)sender paste:(id)sender etc?
Thanks,
-steve