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

2015-06-13 Thread Dan Stenning
thanks for the reply but i’m afraid that suggestion didn’t work either :( // [pimpl->getView() setMenu:pimpl->theMenu]; [pimpl->statusItem setMenu:pimpl->theMenu]; PS - I have a screenshot i could provide but does this apple mailing list email server filter jpegs or png’s out ?

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: