Re: Communication between a NSTabView and an NSTextField...
Re: Communication between a NSTabView and an NSTextField...
- Subject: Re: Communication between a NSTabView and an NSTextField...
- From: James Spencer <email@hidden>
- Date: Thu, 11 Dec 2003 19:32:42 -0600
On Dec 11, 2003, at 3:42 PM, Huyler, Christopher M wrote:
This appears to work...is it the best way?
- (BOOL)tabView: (NSTabView *)tabView
shouldSelectTabViewItem:(NSTabViewItem *)tabViewItem
{
return [[tabView window] makeFirstResponder:nil];
}
Cocoa Recipes suggests exactly this.
Spence
James P. Spencer
Rochester, MN
email@hidden
"Badges?? We don't need no stinkin badges!"
_______________________________________________
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.