> On 2015 Jun 12, at 14:22, Dan Stenning <d0stenn...@msn.com> wrote:
> 
> here is the code in question: 

Hello, Dan.

>    [pimpl->getView() setMenu:pimpl->theMenu];

It looks like you’re setting your menu into some kind of view.  In contrast, I 
set it into my status item.  Paraphrasing my code,

     [statusItem setMenu:menu] ;

That might be the problem.

* * *

Also, the plethora of ->, and direct access of instance variables in your post 
may have discouraged many people from it.  I’m kind of numb to it because I’m 
currently working on a large project which was started by recovering C++ guys  
:))
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to