• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Edit..Copy
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Edit..Copy


  • Subject: Edit..Copy
  • From: Michael Hanna <email@hidden>
  • Date: Sat, 23 Aug 2003 21:41:51 -0400

my copy: method does not seem to enable the Edit..Copy command on other user's computers, but seems to enable fine on my own development computer(OS X 10.2.6):


- (void)copy:(id)sender{
NSPasteboard *pb = [NSPasteboard generalPasteboard];
[self writeStringToPasteboard:pb];
}


in IB->MainMenu.nib, under the NSMenu object I noticed that the Copy menu item has an outlet to FirstResponder.copy: . Should I disconnect this and connect the Copy menu item to my own copy: method?

Michael
_______________________________________________
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.

  • Prev by Date: How to convert a path into a 'const UInt8 *path'?
  • Next by Date: Help me, which book I should buy to learn Cocoa??
  • Previous by thread: Re: How to convert a path into a 'const UInt8 *path'?
  • Next by thread: Help me, which book I should buy to learn Cocoa??
  • Index(es):
    • Date
    • Thread