Re: NSPopupButton menu not showing in custom view for NSMenuItem

2010-01-10 Thread Daniel Meachum
Thank you Mr. Cox and Mr. Schlegel for your help. I'm using the nsmenuitem view to be displayed when clicking a status item (from the menu bar). Would it be better to display the view another way? Maybe in a window attached at the point of the status item? On Jan 8, 2010, at 9:21 AM, Graham Cox

Re: NSPopupButton menu not showing in custom view for NSMenuItem

2010-01-08 Thread Eric Schlegel
On Jan 7, 2010, at 6:04 PM, Daniel Meachum wrote: > Thank you Mr. Cox and Mr. Schlegel for your help. I'm using the nsmenuitem > view to be displayed when clicking a status item (from the menu bar). Would > it be better to display the view another way? Maybe in a window attached at > the point

Re: NSPopupButton menu not showing in custom view for NSMenuItem

2010-01-07 Thread Graham Cox
On 08/01/2010, at 5:48 AM, Eric Schlegel wrote: > > On Jan 7, 2010, at 7:16 AM, Daniel Meachum wrote: > >> I'm trying to use an NSPopupButton inside of a view nested in an NSMenuItem >> (development for OS X 10.6 only). The menu is created but it refuses to >> popup/out of the button. No Cons

Re: NSPopupButton menu not showing in custom view for NSMenuItem

2010-01-07 Thread Eric Schlegel
On Jan 7, 2010, at 7:16 AM, Daniel Meachum wrote: > I'm trying to use an NSPopupButton inside of a view nested in an NSMenuItem > (development for OS X 10.6 only). The menu is created but it refuses to > popup/out of the button. No Console messages are displayed or UI feedback. I > originally