• 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
nscombobox and nextkeyview
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nscombobox and nextkeyview


  • Subject: nscombobox and nextkeyview
  • From: Theodore Petrosky <email@hidden>
  • Date: Sun, 3 Dec 2006 08:37:55 -0800 (PST)

Help please.

I have an NSComboBox that is working beautifully.... I
am trying to get to the nextKeyView via the return
key. It works just fine if I tab from the combobox.
I am trying to:

- (void)controlTextDidEndEditing:(NSNotification
*)aNotification {
NSLog(@"controlTextDidEndEditing = %@", [aNotification
description]);

//then I have tried all variants of selecting the
textField...

[clientPOTextField selectText:self];
}

This delegate is called just fine but the focus will
not advance to the textField. I can tab  to the
nextkeyview, but not 'return'.

What am i missing?

Ted




____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: nscombobox and nextkeyview
      • From: Jonathon Mah <email@hidden>
  • Prev by Date: Re: NSWindowController subclass initialization
  • Next by Date: Re: AppleScript opens a doc, handleOpenScriptCommand: raises exception
  • Previous by thread: Re: Creating an NSTypeSetter Subclass
  • Next by thread: Re: nscombobox and nextkeyview
  • Index(es):
    • Date
    • Thread