Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

codenamecueball

macrumors regular
Original poster
Jul 28, 2009
105
0
I have code that goes
Code:
-(void)awakeFromNib{
	statusItem = [[[NSStatusBar systemStatusBar] statusItemWithLength:NSVariableStatusItemLength] retain];
	[statusItem setMenu:statusMenu];
	[statusItem setTitle:@"D2K5"];
	[statusItem setHighlightMode:YES];
}

Now, where it says setTitle, I want it to be an image. How would I do that?


Shoot, screwed up the title. Can a mod change it to "setTitle to image - how to do?"

Thanks mod <3
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.