Re: Change Color Of Appended NSString?

2008-12-12 Thread Chunk 1978
thanks for that... i've noticed that if i don't actively add an NSFontAttributeName to the attributes, the new attributed string will default as a smaller, different font... is this normal? if so what is the default font and size of NSMenuItems? On Fri, Dec 12, 2008 at 8:21 AM, wrote: > > On 1

Re: Change Color Of Appended NSString?

2008-12-12 Thread matt . gough
On 12 Dec 2008, at 14:10, Chunk 1978 wrote: i have an NSMenuItem who's title changes programtically. how can i change the color of the appended string? -=-=-=-=- NSString *appendedTimeRemaining = [NSString stringWithFormat:@"%d Hours", [self timeMenuSelection]]; [appendedTimeRemaining setColo

Change Color Of Appended NSString?

2008-12-12 Thread Chunk 1978
i have an NSMenuItem who's title changes programtically. how can i change the color of the appended string? -=-=-=-=- NSString *appendedTimeRemaining = [NSString stringWithFormat:@"%d Hours", [self timeMenuSelection]]; [appendedTimeRemaining setColor:[NSColor grayColor]]; [MainMenu_Item3 setTitle