Re: nextKeyView and return
Re: nextKeyView and return
- Subject: Re: nextKeyView and return
- From: Sanri Parov <email@hidden>
- Date: Sat, 24 Sep 2005 20:27:11 +0200
Il giorno 24/set/05, alle ore 19:34, Andreas Mayer ha scritto:
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]];
WOW!!
This works!!
THX
--
Sanri Parov
_______________________________________________
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