Re: how to redraw NSStatusItem in cocoa
Re: how to redraw NSStatusItem in cocoa
- Subject: Re: how to redraw NSStatusItem in cocoa
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 15 Feb 2012 00:38:52 -0700
On Feb 14, 2012, at 3:52 AM, Amancio Tarrito wrote:
> Hello all,
> Can anybody please tell me, how to redraw NSStatusItem in cocoa?
That depends. If it's a text or image status item, then you don't; it will automatically redraw as necessary. If it's a view status item, then you call [statusItem.view setNeedsDisplay:YES]. What are you trying to accomplish?
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden