ComboBox Notification
ComboBox Notification
- Subject: ComboBox Notification
- From: Jon Hull <email@hidden>
- Date: Sun, 24 Aug 2003 15:13:27 -0700
I have an NSComboBox with an internal list and auto-completion. I need
to be notified when the user has typed something and the box has
auto-completed. Right now, using
-(void)controlTextDidChange:(NSNotification*), I am notified when the
user types, but unfortunately before the box has auto-completed.
This is important because other parts of my interface update to reflect
the current text in the comboBox, and they are currently reflecting
only what is typed, and not what is actually shown in the box.
Any help is greatly appreciated!
Thanks,
Jon
_______________________________________________
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.