Re: shift+tab problem in dialogs
Re: shift+tab problem in dialogs
- Subject: Re: shift+tab problem in dialogs
- From: Luc Vandal <email@hidden>
- Date: Wed, 20 Jul 2005 14:01:35 -0400
The problem seems to be with NSComboBox. Tried insertBacktab and it's
not even triggered!
Luc
On 20-Jul-05, at 12:39 PM, Andreas Mayer wrote:
- (void)insertBacktab:(id)sender
{
// move to previous key view
[[self window] makeFirstResponder:[self previousValidKeyView]];
}
_______________________________________________
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