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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to