Hi all,
I have an odd one which I hope someone can help with.
I have a menulet that is launched at startup with a launchd user agent (runAtLoad).
The menubar menulet launches ok.
I have a tooltip that should come up when you hover over it.
But the tooltip does not display.
But if I quit the menubar menulet, and relaunch it. the tooltip works.
If I launch the menulet with login items all works as expected.
The menulet is a helper app inside a prefpane.
I have tried to put the setTooltip inside a applicationDidFinishLaunching: notification…
(All in Object -c by the way ;))
But I get the same results.
Does anyone have any ideas.
many thanks
MH