• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problems with tabbing between custom text fields
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: Problems with tabbing between custom text fields
      • From: Alex Penner <email@hidden>
References: 
 >Problems with tabbing between custom text fields (From: Alex Penner <email@hidden>)

  • Prev by Date: Re: How about assembling and posting "Frequently Asked Questions"
  • Next by Date: nextKeyView, initialFirstResponder, NSView
  • Previous by thread: Problems with tabbing between custom text fields
  • Next by thread: Re: Problems with tabbing between custom text fields
  • Index(es):
    • Date
    • Thread