NSCombobox delay in updation of selection!!
NSCombobox delay in updation of selection!!
- Subject: NSCombobox delay in updation of selection!!
- From: Manish Pattath <email@hidden>
- Date: Mon, 26 Apr 2004 14:19:51 +0100 (BST)
Hi,
I have 2 comboboxes on a Window.These are dynamically
populted [ NO dataSource used ]. The values in the 2nd
combobox depends on the selection made in the 1st
combobox.
I know that a combobox is made up of a textfield and
popup button.Any selection made to the combobox's
popup does not get reflected in the textfield portion.
What should be done inorder to make the popup
selection to be immediately be displayed in
textfield.As of now the textfield gets updated with
the new selection after a considerable delay which
looks odd.
I have tried the setObjectValue and setStringValue
methods but they don't make any difference at all.
Also, can we make a NSCombobox popup like the
NSPopUpButton? If Yes , How?
Thanks.
________________________________________________________________________
Yahoo! India Matrimony: Find your partner online.
http://yahoo.shaadi.com/india-matrimony/
_______________________________________________
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.