Who should have control?
Who should have control?
- Subject: Who should have control?
- From: Andrew Merenbach <email@hidden>
- Date: Mon, 17 Feb 2003 19:24:46 -0800
I am currently developing a chemical analysis program, and I use many
different NSPopUpButtons at various places, each with one of only a few
sets of items, and would like to know the best way to populate them.
Should I create a subclass of NSPopUpButton that in fills itself in
awakeFromNib based on the button's title (this requires a long
conditional) or should I populate each specific button instance in the
awakeFromNib method of its corresponding controller?
Take care,
Andrew
_______________________________________________
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.