Dynamically Loading NSComboBox From a Database.
Dynamically Loading NSComboBox From a Database.
- Subject: Dynamically Loading NSComboBox From a Database.
- From: Jim Murry <email@hidden>
- Date: Mon, 1 Apr 2002 15:51:57 -0800
I would like to populate a NSComboBox just prior to displaying the
possible items from a database. I do not know how to intercept the
click so that I can dispose of the old data and display fresh data so
that it would display the most recent changes.
For EXAMPLE:
I have an initial list of names that I load into NSComboBox at program
startup.
I add a name to the list, possibly from the same machine or another
machine in a multiuser database.
How should I update the ComboBox to reflect the changes?
A delegate or overloading?
Thanks in advance.
_______________________________________________
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.