I have an NSPopUpButton that is populated with an arraycontroller.
When I run an nslog to ask [popup numberOfItems]
it prints 0, even though when the program runs, I'm looking at 3 menu items populated in the popup. So the log must be printing before the menu is populated.
When does NSPopUpMenu populate, and how can I change the time at which that is done?