起動時に次のようにstatusItemを表示しています。
theItem = [[[NSStatusBar systemStatusBar] statusItemWithLength:NSVariableStatusItemLength] retain];
NSString *theString = [textField stringValue];
(textField.stringValue = theString);
[theItem setTitle:theString];
[theItem setHighlightMode:YES];
テキストが非常にぼやけて見えます。テキストの外観をクリーンアップするにはどうすればよいですか?
ありがとう。
ポール
これは、上部にデジタルメニューバークロック、下部にNSStatusItemタイトルのスクリーンショットです。