• 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
Re: nextKeyView and return
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nextKeyView and return


  • Subject: Re: nextKeyView and return
  • From: Andreas Mayer <email@hidden>
  • Date: Sat, 24 Sep 2005 19:34:05 +0200


Am 24.09.2005 um 17:48 Uhr schrieb Marcus S. Zarra:

- (IBAction)yourButtonAction:(id)sender
{
  [[sender nextResponder] becomeFirstResponder:sender];
}

This should probably be:

[[sender window] makeFirstResponder:[sender nextValidKeyView]];


Andreas _______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: nextKeyView and return
      • From: Sanri Parov <email@hidden>
    • Re: nextKeyView and return
      • From: Sanri Parov <email@hidden>
References: 
 >nextKeyView and return (From: Sanri Parov <email@hidden>)
 >Re: nextKeyView and return (From: "Marcus S. Zarra" <email@hidden>)

  • Prev by Date: Custom Palette - Cannot Decode Object error
  • Next by Date: Re: Custom Palette - Cannot Decode Object error
  • Previous by thread: Re: nextKeyView and return
  • Next by thread: Re: nextKeyView and return
  • Index(es):
    • Date
    • Thread