Is there a way to have the NSStatusItemMBS image on the right side of the title instead of the left side?
Well, you can of course use View property to put in a view to draw everything yourself.
Or you use the button property with NSStatusBarButtonMBS class.
There is an imagePosition property.
Maybe you can try and it helps you?
I can’t find any example projects with the NSStatusBarButtonMBS, but I was able to get something working with NSView once I found some example projects that let me adjust the text size. Now I just need to combine that with container control popovers and I’ll be all set.
Thanks Christian!