开发者

Color Indicator in the Status Bar?

开发者 https://www.devze.com 2022-12-11 00:13 出处:网络
I am trying to make my status bar menu have a background color [green/yellow/red] depending on a given status. I think the Level Indicator Cell should be helpful, but how can it be put in the status b

I am trying to make my status bar menu have a background color [green/yellow/red] depending on a given status. I think the Level Indicator Cell should be helpful, but how can it be put in the status bar?

A relevant blog article: http://dacc.exaptic.com/2009/02/color-status-bar-in-cocoa开发者_开发问答-with-nsindicator/


Create the NSLevelIndicator (a subclass of NSView), and use it to setView: on your NSStatusItem.

0

精彩评论

暂无评论...
验证码 换一张
取 消