help with linking combo boxes
help with linking combo boxes
- Subject: help with linking combo boxes
- From: Rounak Jain <email@hidden>
- Date: Mon, 9 Aug 2010 09:38:47 +0530
I have an array called "Products". It has some product names which are saved in a plist file. More Products are added to it through the combo box (named Product) and they too get saved in the plist file automatically.
Now I want to create a second Combo Box (named Brand) and a third Combo Box (named Size).
The idea is this:
Depending on the Product selected in the Product Combo Box, the Brand Combo Box must display a list of Brands for the user to select for that Product. Each Product will have many different brands. This means each Product will have its own array of Brands. Also, when a user types in a new Brand instead of using the existing ones, the new Brand should also be added in the array of Brands for that particular Product.
Finally, each Brand will have its own array of Sizes just like each Product had its own array of Brands.
Please guide me on how I should do this.
Thanks.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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