Display image in a cocoa status app
问题 Hi I developed a cocoa status app. when I put a long title for example , it can't be shown and if i put an image as icon too it can't be shown , but if i put a small title it works correctly. How can I fix this problem and make the image shown? statusItem = [[[NSStatusBar systemStatusBar] statusItemWithLength:NSSquareStatusItemLength] retain]; [statusItem setMenu:menu]; //[statusItem setTitle:@"Notif "]; [statusItem setImage:[NSImage imageNamed:@"image"]]; [statusItem setHighlightMode:YES];