nscombobox and nextkeyview
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