Re: Extra menu item in a bound NSPopUpButton menu

2010-08-07 Thread Jerry Krinock
On 2010 Aug 07, at 14:39, John Ackert wrote: > I have an NSPopUpButton bound to an NSArrayController which manages the > content of the NSPopUpButton menu. Now I want some extra menu items at the > end of the dynamic content separated by a separator menu item. > What is the best way to do this

Extra menu item in a bound NSPopUpButton menu

2010-08-07 Thread John Ackert
Hi, I have an NSPopUpButton bound to an NSArrayController which manages the content of the NSPopUpButton menu. Now I want some extra menu items at the end of the dynamic content separated by a separator menu item. What is the best way to do this? Thank you, John