I don't want the app to appear in the dock, just in the finder menubar. I tried:
dim n as new NSApplicationMBS n.dockTile.showsApplicationBadge = false Which does not seem to do the trick on OSX Lion, cocoa build (RS2004r1) I'm trying to modify the 'Name in menu bar' example from the NSStatusItem folder. I would like to create a helper app, which shows up on the Finder menubar only, but not in the dock. Is there a way to achieve this? Oliver _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
