Re: System Menu Bar
Re: System Menu Bar
- Subject: Re: System Menu Bar
- From: Ken Thomases <email@hidden>
- Date: Mon, 03 Sep 2012 16:29:21 -0500
On Sep 3, 2012, at 3:45 PM, Charlie Dickman wrote:
> Is there a way to make the system menu bar transparent from within a cocoa app?
The following AppleScript does it. You can use NSAppleScript or Scripting Bridge or the like to achieve the same thing:
tell application "System Events"
set translucent menu bar of current desktop to true
end tell
Cheers,
Ken
_______________________________________________
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