Re: Multiple NSComboBox, one dataSource
Re: Multiple NSComboBox, one dataSource
- Subject: Re: Multiple NSComboBox, one dataSource
- From: "Alan Smith" <email@hidden>
- Date: Sat, 18 Nov 2006 09:57:24 -0500
Something like this:
if (comboBox == myComboBox1)
{
// Code
}
else if (comboBox == myComboBox2)
{
// Code
etc, etc.
myComboBoxes are of course IBOutlets hooked to the comboboxes in IB.
Good luck, Alan
--
// Quotes from yours truly -------------------------
"You don't forget, you just don't remember."
"Maturity resides in the mind."
"Silence is the Universe's greatest gift."
"When the World realizes that religion really is unnecessary, then it
shall evolve."
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden