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: Alex Penner <email@hidden>
- Date: Sun, 21 Mar 2004 13:58:09 +0100
- Envelope-to: email@hidden
Allan,
thank you for help
- (BOOL)becomeFirstResponder{
- (BOOL)resignFirstResponder{
Remember to call the super class with these messages.
I'm getting signal 11 (SIGSEGV), after clicking on my custom field?
Are you sure, I have to call super class? As far as I understood from
apple docu, I just have to return YES, if text field should become
first responder.
I suppose focusing field with Tab key requires something more?
Alex
_______________________________________________
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.