Re: Knowing when font panel is visible
Re: Knowing when font panel is visible
- Subject: Re: Knowing when font panel is visible
- From: email@hidden
- Date: Sun, 04 Sep 2011 16:59:27 -0700
> Pragmatically, you can set a repeating NSTimer of (say) 0.1 secs and poll the panel visibility. The processing load in minuscule, and the UI lag is basically undetectable.
That's a bad assumption. Short, periodic timers can muck with the system's power management, ultimately wasting power.
I don't have a better solution in this case, but don't adopt this approach while thinking it's without flaws.
_______________________________________________
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