So, you can easily create a menubar icon and text using NSStatusItemMBS using the handy MBSPlugins thanks to Christian
// Show text in the menubar
s=new NSStatusItemMBS
call s.CreateMenu
s.Title="Hello World"
How would you change the size of the text?
3 posts - 2 participants