Re: Menu Bar App: [NSStatusItem popUpStatusItem] : Menu shows popupmenu too high

2015-06-15 Thread Jerry Krinock
> On 2015 Jun 13, at 13:24, Dan Stenning wrote: > > thanks for the reply but i’m afraid that suggestion didn’t work either :( I think what you need to do then is to get yourself some Apple sample code that works, compare it line-by-line with yours and figure out what you’re doing wrong. If

RE: Menu Bar App: [NSStatusItem popUpStatusItem] : Menu shows popupmenu too high

2015-06-13 Thread Dan Stenning
or png’s out ? Dan > Subject: Re: Menu Bar App: [NSStatusItem popUpStatusItem] : Menu shows > popupmenu too high > From: je...@ieee.org > It looks like you’re setting your menu into some kind of view. In contrast, > I set it into my status item. Paraphrasing my

Re: Menu Bar App: [NSStatusItem popUpStatusItem] : Menu shows popupmenu too high

2015-06-12 Thread Jerry Krinock
> On 2015 Jun 12, at 14:22, Dan Stenning 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 s

Menu Bar App: [NSStatusItem popUpStatusItem] : Menu shows popupmenu too high

2015-06-12 Thread Dan Stenning
Hi, I have this cocoa code in order to show a menu when a “menu app” or menu-extras icon is clicked on on the menu bar. Only trouble is it pops up on top of my menu-app icon, at the very top instead of right _below_ the menu bar. What am i doing wrong ? here is the code in question: