• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: System Menu Bar
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >System Menu Bar (From: Charlie Dickman <email@hidden>)

  • Prev by Date: Re: How to get multiple NSURLs from Finder drop.
  • Next by Date: More sandblasting (oops, I mean sandboxing die die die)
  • Previous by thread: System Menu Bar
  • Next by thread: More sandblasting (oops, I mean sandboxing die die die)
  • Index(es):
    • Date
    • Thread