Re: Problems with tabbing between custom text fields
Re: Problems with tabbing between custom text fields
- Subject: Re: Problems with tabbing between custom text fields
- From: Allan Odgaard <email@hidden>
- Date: Sun, 21 Mar 2004 01:38:11 +0100
On 20. Mar 2004, at 22:05, Alex Penner wrote:
- (BOOL)becomeFirstResponder{
[self showAsLabel:NO];
[self setNeedsDisplay];
return YES;
}
- (BOOL)resignFirstResponder
{
[self showAsLabel:YES];
[self setNeedsDisplay];
return YES;
}
Remember to call the super class with these messages.
_______________________________________________
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.