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 ?
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: